database-reset.css in Database Reset 3.0, at assets/css/database-reset.css
| 1 | #select-container { |
| 2 | width: 290px; |
| 3 | } |
| 4 | |
| 5 | #select-all { |
| 6 | float: right; |
| 7 | margin-top: 6px; |
| 8 | } |
| 9 | |
| 10 | #security-code { |
| 11 | font-weight: bold; |
| 12 | display: inline-block; |
| 13 | margin-left: 3px; |
| 14 | } |
| 15 | |
| 16 | #loader { |
| 17 | margin-left: 10px; |
| 18 | position: absolute; |
| 19 | width: 28px; |
| 20 | } |
| 21 | |
| 22 | #reactivate { |
| 23 | color: #21759B; |
| 24 | } |
| 25 | |
| 26 | #donate-button { |
| 27 | bottom: 15px; |
| 28 | position: absolute; |
| 29 | right: 15px; |
| 30 | width: 170px; |
| 31 | outline: 0; |
| 32 | } |
| 33 |