ListItem-compat.css 624 B

1234567891011121314151617181920212223242526
  1. @import url("../common/domButtons/DomButtonGrayArrow-compat.css");
  2. @import url("../common/domButtons/DomButtonDarkBlueCheck-compat.css");
  3. /* mbl.widget.ListItem */
  4. *html li.mblListItem.mblVariableHeight { /* IE6 hack */
  5. height: 0;
  6. }
  7. .mblListItemIcon {
  8. top: 18px;
  9. }
  10. .mblListItem .mblArrow {
  11. border-style: none;
  12. width: 9px;
  13. height: 13px;
  14. background-image: url(compat/gray-arrow.png);
  15. }
  16. .mblItemSelected .mblArrow {
  17. background-image: url(compat/white-arrow.png);
  18. }
  19. *html .mblListItemTextBox { /* IE6 hack */
  20. height: 100%;
  21. }
  22. *html li.mblListItem.mblVariableHeight .mblListItemTextBox { /* IE6 hack */
  23. height: auto;
  24. }