PluginProbe
Customify / 2.1.1
Customify v2.1.1
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / scss / admin.scss

admin.scss in Customify 2.1.1, at scss/admin.scss

40 lines 610 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }