MehrabKamrani commited on 2015-12-26 07:25:15
Zeige 2 geänderte Dateien mit 10 Einfügungen und 1 Löschungen.
... | ... |
@@ -195,6 +195,9 @@ input[type=number] { |
195 | 195 |
color: red; |
196 | 196 |
display: none; |
197 | 197 |
} |
198 |
+#donate > .btn-group { |
|
199 |
+ margin-bottom: 30px; |
|
200 |
+} |
|
198 | 201 |
.quote-section{ |
199 | 202 |
background-color:#67467D; |
200 | 203 |
padding: 20px 0; |
... | ... |
@@ -337,6 +340,12 @@ footer.footer{ |
337 | 340 |
blockquote::before { |
338 | 341 |
display: none; |
339 | 342 |
} |
343 |
+ .combined-input { |
|
344 |
+ margin: 0 15px 15px 15px; |
|
345 |
+ } |
|
346 |
+ #donate > .btn-group { |
|
347 |
+ margin-bottom: 15px; |
|
348 |
+ } |
|
340 | 349 |
#bitpayDonation > .well { |
341 | 350 |
margin-bottom: 30px; |
342 | 351 |
} |
... | ... |
@@ -63,7 +63,7 @@ |
63 | 63 |
</div> |
64 | 64 |
</div> |
65 | 65 |
|
66 |
- <div class="btn-group btn-group-lg" role="group" style="margin-bottom: 30px;"> |
|
66 |
+ <div class="btn-group btn-group-lg" role="group"> |
|
67 | 67 |
<div style="padding-bottom:5px;" class="col-xs-6"> |
68 | 68 |
<button value="10" id="amount10" name="amnt" type="button" class="btn btn-default btn-lg btn-block amnt-btn">$10</button> |
69 | 69 |
</div> |
70 | 70 |