##// END OF EJS Templates
- Fixed CSS so it also applies to widgets within modals...
Jonathan Frederic -
Show More
@@ -24,6 +24,10 b' The widget area typically looks something like this:'
24 24 .border-box-sizing();
25 25 .vbox();
26 26 .box-flex2();
27 }
28 }
29
30 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
27 31
28 32 /* Horizontal Label */
29 33 .widget-hlabel {
@@ -208,11 +212,6 b' The widget area typically looks something like this:'
208 212 .vbox();
209 213 width: 30px;
210 214 }
211 }
212 }
213
214 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
215
216 215 /* ContainerWidget - ModalView */
217 216 .widget-modal {
218 217 overflow: hidden;
@@ -231,3 +230,12 b' The widget area typically looks something like this:'
231 230 .widget-container {
232 231 .border-box-sizing();
233 232 }
233
234 /* Horizontal Label */
235 .docked-widget-modal {
236 overflow: hidden;
237 position: relative !important;
238 top: 0px !important;
239 left: 0px !important;
240 margin-left: 0px !important;
241 }
General Comments 0
You need to be logged in to leave comments. Login now