##// END OF EJS Templates
Added widget-label style def && fab css
Added widget-label style def && fab css

File last commit:

r14294:07bd1e0b
r14294:07bd1e0b
Show More
widgetarea.less
23 lines | 408 B | text/x-less | LessCssLexer
Jonathan Frederic
Added widget-label style def && fab css
r14294 .widget-label {
min-width: 300px;
}
Jonathan Frederic
Changed underscores in CSS names to dashes
r14293 div.widget-container {
Jonathan Frederic
Flex box system improvements...
r14269 .box-flex2();
.border-box-sizing();
Jonathan Frederic
Attempt 1, HBox and VBox implementation.
r14268 }
Jonathan Frederic
Changed underscores in CSS names to dashes
r14293 div.widget-area {
Jonathan Frederic
Flex box system improvements...
r14269 page-break-inside: avoid;
Jonathan Frederic
Adjust weidget box so widget_subarea aligns with codecell
r14236 .hbox();
}
Jonathan Frederic
Add widget subarea style
r14220
/* This class is for the widget subarea inside the widget_area and after
the prompt div. */
Jonathan Frederic
Changed underscores in CSS names to dashes
r14293 div.widget-subarea {
Jonathan Frederic
Add widget subarea style
r14220 padding: 0.44em 0.4em 0.4em 1px;
margin-left: 6px;
Jonathan Frederic
Flex box system improvements...
r14269 .border-box-sizing();
.vbox();
.box-flex2()
Jonathan Frederic
Add widget subarea style
r14220 }