| @@ -1,29 +1,36 @@ | ||
| 1 | 1 | /* This stylesheet is used to style the admin option form of the plugin. */ |
| 2 | 2 | .extendable_options { |
| 3 | 3 | height: 0; |
| 4 | - overflow: hidden; } | |
| 4 | + overflow: hidden; | |
| 5 | +} | |
| 5 | 6 | |
| 6 | 7 | fieldset.group { |
| 7 | 8 | border-left: 1px solid #333; |
| 8 | - padding-left: 20px; } | |
| 9 | + padding-left: 20px; | |
| 10 | +} | |
| 9 | 11 | |
| 10 | 12 | .postbox h3.hndle { |
| 11 | 13 | padding: 7px; |
| 12 | - font-size: 15px; } | |
| 13 | - | |
| 14 | + font-size: 15px; | |
| 15 | +} | |
| 14 | 16 | .postbox .row { |
| 15 | 17 | width: 100%; |
| 16 | 18 | display: inline-block; |
| 17 | - padding: 5px 0; } | |
| 18 | - .postbox .row .field { | |
| 19 | - width: 100%; | |
| 20 | - display: inline-block; | |
| 21 | - padding: 5px 0; } | |
| 22 | - .postbox .row .group { | |
| 23 | - border: 1px solid rgba(203, 203, 203, 0.2); | |
| 24 | - background-color: rgba(203, 203, 203, 0.2); | |
| 25 | - padding-left: 15px; | |
| 26 | - margin-left: 5px; } | |
| 19 | + padding: 5px 0; | |
| 20 | +} | |
| 21 | +.postbox .row .field { | |
| 22 | + width: 100%; | |
| 23 | + display: inline-block; | |
| 24 | + padding: 5px 0; | |
| 25 | +} | |
| 26 | +.postbox .row .group { | |
| 27 | + border: 1px solid rgba(203, 203, 203, 0.2); | |
| 28 | + background-color: rgba(203, 203, 203, 0.2); | |
| 29 | + padding-left: 15px; | |
| 30 | + margin-left: 5px; | |
| 31 | +} | |
| 32 | +.postbox .uninstall_area { | |
| 33 | + margin-top: 15px; | |
| 34 | +} | |
| 27 | 35 | |
| 28 | -.postbox .uninstall_area { | |
| 29 | - margin-top: 15px; } | |
| 36 | +/*# sourceMappingURL=admin.css.map */ | |