dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
38 lines (36 loc) • 727 B
text/less
@import "variables.less";
@import "../common/TabBar.less";
@import "../common/domButtons/DomButtonWhiteCross.css";
@media (max-width:500px) {
.mblTabBarTabBar {
/* Tab separator only for width < 500 (because TabBar._largeScreenWidth == 500)*/
.mblTabBarButton+.mblTabBarButton:before{
content:url('images/vseparator.png');
position:absolute;
top: 12px;
left:0px;
}
}
}
/* when fill is activated, box-sizing is border-box */
.mblTabBarTabBar {
&.mblTabBarFill {
.mblTabBarButton {
height: 48px;
}
}
}
.mblTabBarSegmentedControl {
&.mblTabBarFill {
.mblTabBarButton {
height: 29px;
}
}
}
.mblTabBarTallTab {
&.mblTabBarFill {
.mblTabBarButton {
height: 62px;
}
}
}