RoundRectCategory.css 510 B

1234567891011121314151617181920
  1. /* dojox.mobile.RoundRectCategory */
  2. .mblRoundRectCategory {
  3. white-space: nowrap;
  4. text-overflow: ellipsis;
  5. overflow: hidden;
  6. padding: 0px 6px;
  7. margin: 3px 9px 0px;
  8. height: 29px;
  9. font-family: Helvetica;
  10. font-size: 16px;
  11. color: #7B7D84;
  12. line-height: 29px;
  13. background-color: white;
  14. border: 1px solid #ADAAAD;
  15. border-bottom-width: 0px;
  16. -webkit-border-top-left-radius: 6px;
  17. -webkit-border-top-right-radius: 6px;
  18. -moz-border-radius-topleft: 6px;
  19. -moz-border-radius-topright: 6px;
  20. }