RoundRectCategory.css 223 B

12345678910
  1. /* dojox.mobile.RoundRectCategory */
  2. .mblRoundRectCategory {
  3. white-space: nowrap;
  4. text-overflow: ellipsis;
  5. overflow: hidden;
  6. margin: 18px 0px 0px 20px;
  7. font-family: Helvetica;
  8. font-size: 16px;
  9. color: white;
  10. }