PluginProbe
PixTypes / 1.4.14
PixTypes v1.4.14
2.0.2 trunk 1.3.5 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 2.0.0 2.0.1
pixtypes / css / admin.css

admin.css in PixTypes 1.4.14, at css/admin.css

52 lines 873 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 h3.hndle {
14 padding: 7px;
15 font-size: 15px;
16 }
17
18 .postbox .row {
19 width: 100%;
20 display: inline-block;
21 padding: 5px 0;
22 }
23
24 .postbox .row .field {
25 width: 100%;
26 display: inline-block;
27 padding: 5px 0;
28 }
29
30 .postbox .row .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 .postbox .row .group:before{
38 content: "";
39 display: block;
40 margin-left: -17px;
41 margin-top: -11px;
42 width: 0;
43 height: 0;
44 border-left: 10px solid transparent;
45 border-right: 10px solid transparent;
46 border-bottom: 10px solid rgba(135, 135, 135, 0.26);
47 }*/
48
49 .uninstall_area {
50 margin-top: 15px;
51 }
52