DomButtonGrayRoundRect.css 455 B

1234567891011121314151617181920212223
  1. /* === Gray Round Rectangle Button ==*/
  2. .mblDomButtonGrayRoundRect {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. text-align: right;
  7. }
  8. .mblDomButtonGrayRoundRect > div {
  9. position: absolute;
  10. right: 0px;
  11. display: inline;
  12. padding: 0px 5px;
  13. top: 7px;
  14. color: white;
  15. font-family: Helvetica;
  16. font-size: 12px;
  17. -webkit-border-radius: 4px;
  18. background-color: #949BA5;
  19. text-align: center;
  20. }
  21. .mblDomButtonGrayRoundRect > div > div {
  22. display: none;
  23. }