# customify/1.2.6/trunk/css/admin.css

Customify, version 1.2.6. 37 lines.

- Page: https://pluginprobe.com/plugins/customify/1.2.6/code/trunk/css/admin.css
- Raw: https://pluginprobe.com/plugins/customify/1.2.6/raw/trunk/css/admin.css
- Modified: 2016-05-30T12:40:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/customify/1.2.6/code/trunk/css/admin.css#L10-L20`.

```css
/* This stylesheet is used to style the admin option form of the plugin. */
.extendable_options {
  height: 0;
  overflow: hidden;
}

fieldset.group {
  border-left: 1px solid #333;
  padding-left: 20px;
}

.postbox h3.hndle {
  padding: 7px;
  font-size: 15px;
}
.postbox .row {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}
.postbox .row .field {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}
.postbox .row .group {
  border: 1px solid rgba(203, 203, 203, 0.2);
  background-color: rgba(203, 203, 203, 0.2);
  padding-left: 15px;
  margin-left: 5px;
}
.postbox .uninstall_area {
  margin-top: 15px;
}

/*# sourceMappingURL=admin.css.map */

```
