UNPKG

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.

22 lines (21 loc) 472 B
/* 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; height: 35px; border-bottom: 3px solid #39393A; background-color: rgba(0, 0, 0, 0); color: white; line-height: 35px; margin-right: 7px; margin-left: 7px; margin-top: 10px; text-transform: uppercase; }