mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Give vertical distance between Donate button and error box on Donate.
Error box has not vertical distance at all with the Donate button when it appears. Issue #47847
This commit is contained in:
parent
83db20ae1a
commit
c5c8dfb4fe
@ -444,6 +444,7 @@
|
||||
margin-right: auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
#firstName {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
|
3
assets/static/css/bootstrap.css
vendored
3
assets/static/css/bootstrap.css
vendored
@ -8545,7 +8545,8 @@ a.side-nav.active {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 600px;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
margin-bottom: 30px; }
|
||||
.donate-form .info-area #firstName {
|
||||
width: 100%;
|
||||
margin-bottom: 10px; }
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user