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