admin.css in Customify 1.5.0, at css/admin.css
| 1 | /* This stylesheet is used to style the admin option form of the plugin. */ |
| 2 | .extendable_options |
| 3 | { |
| 4 | overflow: hidden; |
| 5 | |
| 6 | height: 0; |
| 7 | } |
| 8 | |
| 9 | fieldset.group |
| 10 | { |
| 11 | padding-left: 20px; |
| 12 | |
| 13 | border-left: 1px solid #333; |
| 14 | } |
| 15 | |
| 16 | .postbox h3.hndle |
| 17 | { |
| 18 | font-size: 15px; |
| 19 | |
| 20 | padding: 7px; |
| 21 | } |
| 22 | |
| 23 | .postbox .row |
| 24 | { |
| 25 | display: inline-block; |
| 26 | |
| 27 | width: 100%; |
| 28 | padding: 5px 0; |
| 29 | } |
| 30 | .postbox .row .field |
| 31 | { |
| 32 | display: inline-block; |
| 33 | |
| 34 | width: 100%; |
| 35 | padding: 5px 0; |
| 36 | } |
| 37 | .postbox .row .group |
| 38 | { |
| 39 | margin-left: 5px; |
| 40 | padding-left: 15px; |
| 41 | |
| 42 | border: 1px solid rgba(203, 203, 203, .2); |
| 43 | background-color: rgba(203, 203, 203, .2); |
| 44 | } |
| 45 | |
| 46 | .postbox .uninstall_area |
| 47 | { |
| 48 | margin-top: 15px; |
| 49 | } |
| 50 |