##// 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 .border-box-sizing();
24 .border-box-sizing();
25 .vbox();
25 .vbox();
26 .box-flex2();
26 .box-flex2();
27 }
28 }
29
30 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
27
31
28 /* Horizontal Label */
32 /* Horizontal Label */
29 .widget-hlabel {
33 .widget-hlabel {
@@ -208,11 +212,6 b' The widget area typically looks something like this:'
208 .vbox();
212 .vbox();
209 width: 30px;
213 width: 30px;
210 }
214 }
211 }
212 }
213
214 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
215
216 /* ContainerWidget - ModalView */
215 /* ContainerWidget - ModalView */
217 .widget-modal {
216 .widget-modal {
218 overflow: hidden;
217 overflow: hidden;
@@ -231,3 +230,12 b' The widget area typically looks something like this:'
231 .widget-container {
230 .widget-container {
232 .border-box-sizing();
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