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