ToolBarButton.css 548 B

123456789101112131415161718192021222324252627
  1. /* dojox.mobile.ToolBarButton */
  2. .mblToolBarButton {
  3. float: left;
  4. position: relative;
  5. overflow: hidden;
  6. cursor: pointer;
  7. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  8. margin: 4px 3px;
  9. height: 29px;
  10. font-family: Helvetica;
  11. font-size: 14px;
  12. font-weight: bold;
  13. line-height: 29px;
  14. text-align: center;
  15. -webkit-border-radius: 6px;
  16. -moz-border-radius: 6px;
  17. }
  18. .mblToolBarButtonIcon {
  19. position: relative;
  20. top: 1px;
  21. }
  22. .mblToolBarButtonSpriteIcon {
  23. position: absolute;
  24. }
  25. .mblToolBarButtonText {
  26. padding: 0px 10px;
  27. }