EdgeToEdgeCategory.css 410 B

123456789101112131415161718
  1. /* dojox.mobile.EdgeToEdgeCategory */
  2. .mblEdgeToEdgeCategory {
  3. position: relative;
  4. overflow: hidden;
  5. white-space: nowrap;
  6. text-overflow: ellipsis;
  7. margin: 0px;
  8. padding: 0px 10px;
  9. height: 29px;
  10. border-top: 1px solid #313439;
  11. border-bottom: 1px solid #ADAAAD;
  12. background-color: white;
  13. font-family: Helvetica;
  14. font-size: 16px;
  15. font-weight: bold;
  16. color: #7B7D84;
  17. line-height: 29px;
  18. }