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.
32 lines (31 loc) • 728 B
CSS
/* dojox.mobile.EdgeToEdgeCategory */
.mblEdgeToEdgeCategory {
position: relative;
margin: 0;
padding: 0 10px;
overflow: hidden;
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
padding: 0 0 0 5px;
font-size: 15pt;
font-family: "Segoe WP", "Segoe UI", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "BBAlpha Sans", "sans-serif";
font-weight: 200;
line-height: 2;
height: 43px;
width: 38px;
background-color: Highlight;
border: none;
color: #ffffff;
text-transform: lowercase;
overflow: visible;
}
.mblEdgeToEdgeCategoryLong {
width: 100%;
}
.mblEdgeToEdgeCategory:first-of-type {
margin-top: 8px;
}