##// END OF EJS Templates
Added style for widget modal
Jonathan Frederic -
Show More
@@ -179,11 +179,6 b' The widget area typically looks something like this:'
179 min-width: 138px; /* + 26px drop arrow btn = 164px */
179 min-width: 138px; /* + 26px drop arrow btn = 164px */
180 }
180 }
181
181
182 /* ContainerWidget */
183 .widget-container {
184 .border-box-sizing();
185 }
186
187 /* The following section sets the style for the invisible div that
182 /* The following section sets the style for the invisible div that
188 hold widgets and their accompanying labels.
183 hold widgets and their accompanying labels.
189
184
@@ -215,3 +210,19 b' The widget area typically looks something like this:'
215 }
210 }
216 }
211 }
217 }
212 }
213
214 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
215
216 /* ContainerWidget - ModalView */
217 .widget-modal {
218 overflow: hidden;
219 position: absolute !important;
220 top: 0px;
221 left: 0px;
222 margin-left: 0px !important;
223 }
224
225 /* ContainerWidget */
226 .widget-container {
227 .border-box-sizing();
228 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now