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