DomButtonPlus.css 331 B

123456789101112131415161718
  1. /* === Plus Button ==*/
  2. .mblDomButtonPlus_2 DIV { /* horiz line */
  3. position: absolute;
  4. top: 11px;
  5. left: 9px;
  6. width: 13px;
  7. height: 3px;
  8. margin: 0px;
  9. font-size: 1px;
  10. background-color: white;
  11. border-top: 1px solid #4A5A71;
  12. }
  13. .mblDomButtonPlus_2 DIV DIV { /* vert line */
  14. top: -6px;
  15. left: 5px;
  16. width: 3px;
  17. height: 13px;
  18. }