# customify/2.1.1/css/admin.css

Customify, version 2.1.1. 39 lines.

- Page: https://pluginprobe.com/plugins/customify/2.1.1/code/css/admin.css
- Raw: https://pluginprobe.com/plugins/customify/2.1.1/raw/css/admin.css
- Modified: 2018-09-06T12:38:36+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/2.1.1/code/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;
}

```
