# customify/1.6.5/css/admin.css

Customify, version 1.6.5. 30 lines.

- Page: https://pluginprobe.com/plugins/customify/1.6.5/code/css/admin.css
- Raw: https://pluginprobe.com/plugins/customify/1.6.5/raw/css/admin.css
- Modified: 2018-05-07T22:21:32+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.6.5/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; }

```
