central.css
58 lines
| 1 | .updraftcentral_wizard_option { |
| 2 | width: 45%; |
| 3 | float: left; |
| 4 | text-align: center; |
| 5 | } |
| 6 | |
| 7 | .updraftcentral_wizard_option label { |
| 8 | margin-bottom: 8px; |
| 9 | } |
| 10 | |
| 11 | #updraftcentral_keys_table { |
| 12 | display: none; |
| 13 | } |
| 14 | |
| 15 | .create_key_container { |
| 16 | border: 1px solid; |
| 17 | border-radius: 4px; |
| 18 | padding: 0 0 6px 6px; |
| 19 | margin-bottom: 8px; |
| 20 | } |
| 21 | |
| 22 | .updraftcentral-subheading { |
| 23 | font-size: 14px; |
| 24 | margin-top: -10px; |
| 25 | margin-bottom: 20px; |
| 26 | } |
| 27 | |
| 28 | .updraftcentral-data-consent { |
| 29 | font-size: 13px; |
| 30 | margin-bottom: 10px; |
| 31 | } |
| 32 | |
| 33 | #updraftcentral_keys_table { |
| 34 | width: 100%; |
| 35 | } |
| 36 | |
| 37 | #updraftcentral_stage1_go { |
| 38 | cursor: pointer; |
| 39 | } |
| 40 | |
| 41 | .updraftcentral_wizard_option > div { |
| 42 | margin-top: 5px; |
| 43 | } |
| 44 | |
| 45 | #updraftcentral_keys_table td { |
| 46 | line-height: 1.4em; |
| 47 | } |
| 48 | |
| 49 | #updraftcentral_keys_table .updraftcentral_key_delete { |
| 50 | display: inline-block; |
| 51 | margin-top: 4px; |
| 52 | margin-bottom: 4px; |
| 53 | } |
| 54 | |
| 55 | #updraftcentral_keys_table .updraft_debugrow td { |
| 56 | min-width: auto !important; |
| 57 | } |
| 58 |