Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
72125fb3
Commit
72125fb3
authored
Oct 20, 2020
by
sajolida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix display inconsistencies between "Download" and "Verify" buttons
parent
ff0a23b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
wiki/src/install/inc/steps/download.inline.html
wiki/src/install/inc/steps/download.inline.html
+4
-4
wiki/src/install/inc/stylesheets/download.css
wiki/src/install/inc/stylesheets/download.css
+2
-0
No files found.
wiki/src/install/inc/steps/download.inline.html
View file @
72125fb3
...
...
@@ -18,12 +18,12 @@ were solved, and known issues that have already been identified.</p>
<div
id=
"step-download"
>
<h3><span
class=
"step-number"
><span
class=
"usb upgrade"
>
1.
</span>
1
</span>
Download Tails
</h3>
<div
class=
"usb upgrade download-only-img indent"
>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img"
class=
"use-mirror-pool button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img-retry"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img"
class=
"use-mirror-pool button
inline-block
"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img-retry"
class=
"use-mirror-pool-on-retry button
inline-block
"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
</div>
<div
class=
"dvd vm download-only-iso indent"
>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso"
class=
"use-mirror-pool button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso-retry"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso"
class=
"use-mirror-pool button
inline-block
"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso-retry"
class=
"use-mirror-pool-on-retry button
inline-block
"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
</div>
<div
id=
"download-minor"
class=
"indent"
>
<p
id=
"bittorrent"
>
...
...
wiki/src/install/inc/stylesheets/download.css
View file @
72125fb3
...
...
@@ -57,6 +57,8 @@ span.step-number {
padding
:
6px
12px
!important
;
border-radius
:
5px
;
box-shadow
:
1px
1px
5px
#ccc
;
display
:
inline-block
;
cursor
:
pointer
;
}
#verify-button
input
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment