settings.css
2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.wtf-form {
width:75%;
float:left;
border-right:1px solid #eaeaea;
padding-right:30px;
box-sizing:border-box
}
.wtf-section-head {
font-weight:normal;
border:1px solid #bbb;
padding:15px 8px 16px 8px;
background-color:#e9e9e9;
margin-bottom:16px;
}
.wtf-subheading {
background-color:#ded;
margin-left:20px;
margin-top:6px;
display:none;
}
.wtf-subheading-group {
margin-left:20px !important;
margin-bottom:16px !important;
display:none;
}
.wtf-expanded-icon {
height:16px;
margin-right:8px;
margin-bottom:-2px;
transition: all 0.15s ease-in-out 0s;
}
.wtf-expanded-icon.rotated {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
.wtf-setting-group {
padding:0;
margin:0;
display: none;
overflow: hidden;
position: relative !important;
}
.wtf-setting input[type=checkbox] { margin:8px 6px 10px 6px; }
#wtf-sidebar {
width:25%; max-width:340px;
padding:0 20px 20px 20px;
float:left;
box-sizing:border-box;
}
@media screen and (max-width:1024px) {
#wtf-sidebar { display:none; }
.wtf-form { width:100%; border-right:none; }
}
#wtf-sidebar h3 {
font-weight:normal;
}
#wtf-settings-page h2 { display:inline; }
/* image picker */
.wtf-imagepicker-thumb { height:29px; vertical-align:top; margin:1px 2px 0; }
.wtf-imagepicker-thumb[src=""] { display: none; }
/* textbox picker */
.wtf-textbox { width:96%; margin-left:4%; box-sizing:border-box; height:80px; }
/* selectpicker */
.wtf-select { display:inline; }
.wtf-select a { line-height:2.5em; display:inline;text-decoration:none; }
.wtf-select select { display:none; }
/* responsive images */
.wtf-responsive {
width:100%;position:relative;height:0;
}
.wtf-responsive img {
position:absolute;top:0;left:0;width:100%;height:100%;
}
/* Color picker */
.wp-picker-container{ vertical-align:middle; margin-top:4px}
hr { clear: both; }
/* Layout plugin settings heading and license form area */
#wtf-settings-page { padding-top: 10px; padding-bottom: 12px; }
.wtf-form-license { padding-top:10px; padding-bottom: 12px; }
#wtfdivi_license_key { max-width: 20em; }
/* Suppress ads and updates from unrelated plugins on Divi Booster settings page */
.update-nag, .error, .updated { display:none; }
/* Show Divi Booster messages */
.wtf.error { display:block !important; }
.wtf.error p {
word-wrap: break-word;
}
.wtf.error a:focus { outline: 0; }
.wtf-form-license-area {
line-height: 2.2em;
float:right;
margin-top: -8px;
}