PluginProbe
Customify / 2.3.3
Customify v2.3.3
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
← All changes | css/admin.css +15 -36 1.5.42.3.3 View file →
@@ -1,49 +1,28 @@
1 -/* This stylesheet is used to style the admin option form of the plugin. */
2 1 .extendable_options
3 -{
4 - overflow: hidden;
2 +{overflow: hidden;
5 3
6 4 height: 0;
7 -}
5 +}fieldset.group
6 +{padding-left: 20px;
8 7
9 -fieldset.group
10 -{
11 - padding-left: 20px;
12 -
13 8 border-left: 1px solid #333;
14 -}
9 +}.postbox h3.hndle
10 +{font-size: 15px;
15 11
16 -.postbox h3.hndle
17 -{
18 - font-size: 15px;
19 -
20 12 padding: 7px;
21 -}
13 +}.postbox .row
14 +{display: inline-block;
22 15
23 -.postbox .row
24 -{
25 - display: inline-block;
16 + width: 100%;padding: 5px 0;
17 +}.postbox .row .field
18 +{display: inline-block;
26 19
27 - width: 100%;
28 - padding: 5px 0;
29 -}
30 -.postbox .row .field
31 -{
32 - display: inline-block;
20 + width: 100%;padding: 5px 0;
21 +}.postbox .row .group
22 +{margin-left: 5px;padding-left: 15px;
33 23
34 - width: 100%;
35 - padding: 5px 0;
36 -}
37 -.postbox .row .group
38 -{
39 - margin-left: 5px;
40 - padding-left: 15px;
41 -
42 - border: 1px solid rgba(203, 203, 203, .2);
43 - background-color: rgba(203, 203, 203, .2);
44 -}
45 -
46 -.postbox .uninstall_area
24 + border: 1px solid rgba(203,203,203,.2);background-color: rgba(203,203,203,.2);
25 +}.postbox .uninstall_area
47 26 {
48 27 margin-top: 15px;
49 28 }