##// 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
.widget-label {
min-width: 300px;
}
div.widget-container {
.box-flex2();
.border-box-sizing();
}
div.widget-area {
page-break-inside: avoid;
.hbox();
}
/* This class is for the widget subarea inside the widget_area and after
the prompt div. */
div.widget-subarea {
padding: 0.44em 0.4em 0.4em 1px;
margin-left: 6px;
.border-box-sizing();
.vbox();
.box-flex2()
}