| @@ -1,29 +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; } | |
| 1 | +.extendable_options | |
| 2 | +{overflow: hidden; | |
| 5 | 3 | |
| 6 | -fieldset.group { | |
| 7 | - border-left: 1px solid #333; | |
| 8 | - padding-left: 20px; } | |
| 4 | + height: 0; | |
| 5 | +}fieldset.group | |
| 6 | +{padding-left: 20px; | |
| 9 | 7 | |
| 10 | -.postbox h3.hndle { | |
| 11 | - padding: 7px; | |
| 12 | - font-size: 15px; } | |
| 8 | + border-left: 1px solid #333; | |
| 9 | +}.postbox h3.hndle | |
| 10 | +{font-size: 15px; | |
| 13 | 11 | |
| 14 | -.postbox .row { | |
| 15 | - width: 100%; | |
| 16 | - 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; } | |
| 12 | + padding: 7px; | |
| 13 | +}.postbox .row | |
| 14 | +{display: inline-block; | |
| 27 | 15 | |
| 28 | -.postbox .uninstall_area { | |
| 29 | - margin-top: 15px; } | |
| 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; | |
| 28 | +} | |