Show More
@@ -35,7 +35,7 b'' | |||||
35 | /* Horizontal Label */ |
|
35 | /* Horizontal Label */ | |
36 | min-width : 10ex; |
|
36 | min-width : 10ex; | |
37 | padding-right : 8px; |
|
37 | padding-right : 8px; | |
38 |
padding-top : |
|
38 | padding-top : 5px; | |
39 | text-align : right; |
|
39 | text-align : right; | |
40 | vertical-align : text-top; |
|
40 | vertical-align : text-top; | |
41 | } |
|
41 | } | |
@@ -49,7 +49,7 b'' | |||||
49 |
|
49 | |||
50 | .widget-hreadout { |
|
50 | .widget-hreadout { | |
51 | padding-left : 8px; |
|
51 | padding-left : 8px; | |
52 |
padding-top : |
|
52 | padding-top : 5px; | |
53 | text-align : left; |
|
53 | text-align : left; | |
54 | vertical-align : text-top; |
|
54 | vertical-align : text-top; | |
55 | } |
|
55 | } | |
@@ -97,10 +97,10 b'' | |||||
97 | overflow : visible; |
|
97 | overflow : visible; | |
98 |
|
98 | |||
99 | /* Default size of the slider */ |
|
99 | /* Default size of the slider */ | |
100 |
width : 3 |
|
100 | width : 350px; | |
101 | height : 5px; |
|
101 | height : 5px; | |
102 | max-height : 5px; |
|
102 | max-height : 5px; | |
103 |
margin-top : 1 |
|
103 | margin-top : 13px; | |
104 | margin-bottom: 10px; |
|
104 | margin-bottom: 10px; | |
105 |
|
105 | |||
106 | /* Style the slider track */ |
|
106 | /* Style the slider track */ | |
@@ -171,7 +171,7 b'' | |||||
171 |
|
171 | |||
172 | .widget-listbox { |
|
172 | .widget-listbox { | |
173 | /* Listbox */ |
|
173 | /* Listbox */ | |
174 |
width : 3 |
|
174 | width : 350px; | |
175 | margin-bottom : 0px; |
|
175 | margin-bottom : 0px; | |
176 | } |
|
176 | } | |
177 |
|
177 | |||
@@ -183,7 +183,8 b'' | |||||
183 |
|
183 | |||
184 | .widget-progress { |
|
184 | .widget-progress { | |
185 | /* Progress Bar */ |
|
185 | /* Progress Bar */ | |
186 |
|
|
186 | margin-top: 6px; | |
|
187 | width : 350px; | |||
187 |
|
188 | |||
188 | .progress-bar { |
|
189 | .progress-bar { | |
189 | /* Disable progress bar animation */ |
|
190 | /* Disable progress bar animation */ | |
@@ -197,7 +198,7 b'' | |||||
197 |
|
198 | |||
198 | .widget-combo-btn { |
|
199 | .widget-combo-btn { | |
199 | /* ComboBox Main Button */ |
|
200 | /* ComboBox Main Button */ | |
200 | min-width : 138px; /* + 26px drop arrow btn = 164px */ |
|
201 | min-width : 125px; | |
201 | } |
|
202 | } | |
202 |
|
203 | |||
203 | .widget-box { |
|
204 | .widget-box { | |
@@ -228,6 +229,10 b'' | |||||
228 | /* Single line horizontal widgets */ |
|
229 | /* Single line horizontal widgets */ | |
229 | .widget-hbox(); |
|
230 | .widget-hbox(); | |
230 | height : 30px; |
|
231 | height : 30px; | |
|
232 | ||||
|
233 | input[type="checkbox"] { | |||
|
234 | margin-top: 9px; | |||
|
235 | } | |||
231 | } |
|
236 | } | |
232 |
|
237 | |||
233 | .widget-vbox { |
|
238 | .widget-vbox { | |
@@ -268,6 +273,10 b'' | |||||
268 | .border-box-sizing(); |
|
273 | .border-box-sizing(); | |
269 |
|
274 | |||
270 | padding-top: 4px; |
|
275 | padding-top: 4px; | |
|
276 | ||||
|
277 | label { | |||
|
278 | margin-top: 0px; | |||
|
279 | } | |||
271 | } |
|
280 | } | |
272 |
|
281 | |||
273 | .docked-widget-modal { |
|
282 | .docked-widget-modal { |
General Comments 0
You need to be logged in to leave comments.
Login now