Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
185424cd
Commit
185424cd
authored
Jun 24, 2019
by
sajolida
Browse files
Compact vertically a little bit more (
#16170
)
parent
3d3699a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/donate.css
View file @
185424cd
...
...
@@ -104,13 +104,13 @@ span.title {
}
.tax-deducible
{
font-size
:
1
2
px
;
font-size
:
1
1
px
;
margin-top
:
9px
;
}
.amounts
.btn
{
padding-top
:
33
px
;
height
:
9
5px
;
padding-top
:
19
px
;
height
:
6
5px
;
border
:
solid
3px
white
!important
;
}
...
...
wiki/src/donate.html
View file @
185424cd
...
...
@@ -124,10 +124,9 @@
<input
type=
"radio"
autocomplete=
"off"
value=
"200"
/>
$200
</label>
<label
class=
"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
$
</span>
<input
type=
"text"
pattern=
"\d+"
class=
"form-control"
id=
"other-dollar"
/>
<input
type=
"text"
pattern=
"\d+"
class=
"form-control"
id=
"other-dollar"
placeholder=
"Other"
/>
</div>
</label>
</div>
...
...
@@ -155,9 +154,8 @@
<input
type=
"radio"
autocomplete=
"off"
value=
"200"
/>
200€
</label>
<label
class=
"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<input
type=
"text"
pattern=
"\d+"
class=
"form-control text-right"
id=
"other-euro"
/>
<input
type=
"text"
pattern=
"\d+"
class=
"form-control text-right"
id=
"other-euro"
placeholder=
"Other"
/>
<span
class=
"input-group-addon"
>
€
</span>
</div>
</label>
...
...
Write
Preview
Supports
Markdown
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