EdgeToEdgeCategory.css 526 B

12345678910111213141516171819
  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: 22px;
  10. border-top: 1px solid #A4B0B9;
  11. border-bottom: 1px solid #979DA3;
  12. background-image: -webkit-gradient(linear, left top, left bottom, from(#8f9ea9), to(#b7c0c7));
  13. font-family: Helvetica;
  14. font-size: 16px;
  15. font-weight: bold;
  16. color: white;
  17. line-height: 22px;
  18. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  19. }