##// END OF EJS Templates
Fab CSS
Fab CSS

File last commit:

r14361:ec52cb03
r14362:457f4092
Show More
widgets.less
147 lines | 3.3 KiB | text/x-less | LessCssLexer
.widget-area {
page-break-inside: avoid;
.hbox();
.widget-subarea {
padding: 0.44em 0.4em 0.4em 1px;
margin-left: 6px;
.border-box-sizing();
.vbox();
.box-flex2();
.widget-hlabel {
min-width: 10ex;
padding-right: 8px;
text-align: right;
vertical-align: text-top;
padding-top: 3px;
}
.widget-vlabel {
text-align: center;
vertical-align: text-bottom;
padding-bottom: 5px;
}
.widget-hslider {
padding-left: 8px;
padding-right: 5px;
margin-top: 11px;
width: 348px;
height: 5px;
max-height: 5px;
overflow: visible;
border: 1px solid #CCCCCC;
background: #FFFFFF;
.corner-all();
display: -moz-box;
display: -webkit-box;
.ui-slider {
border: 0px !important;
background: none !important;
display: -moz-box;
display: -webkit-box;
-moz-box-flex: 1; /* Mozilla */
-webkit-box-flex: 1; /* WebKit */
.ui-slider-handle {
width: 14px !important;
height: 28px !important;
margin-top: -8px !important;
}
}
}
.widget-vslider {
border: 1px solid #CCCCCC;
background: #FFFFFF;
width: 5px;
max-width: 5px;
margin-left: 12px;
padding-bottom: 8px;
.vbox();
.corner-all();
height: 250px;
.ui-slider {
border: 0px !important;
background: none !important;
margin-left: -4px;
margin-top: 5px;
.vbox();
.box-flex1();
/* height: 100%;
min-height: 100%; */
.ui-slider-handle {
width: 28px !important;
height: 14px !important;
margin-left: -9px;
}
}
}
.widget-text {
width: 350px;
margin-bottom: 0px;
}
.widget-numeric-text {
width: 150px;
}
.widget-progress {
width: 363px;
/* Disable progress bar animation */
.bar {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
}
.widget-combo-btn {
min-width: 138px; /* + 26px drop arrow btn = 164px */
}
.widget-container {
.border-box-sizing();
}
.widget-box {
.start();
.widget-container();
margin: 5px;
}
.widget-hbox {
.widget-box();
.hbox();
}
.widget-hbox-single {
.widget-hbox();
height: 30px;
}
.widget-vbox-single {
.widget-box();
.vbox();
width: 30px;
}
}
}