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