From bccaef189fd6564b091b22fb0ce610b964d511ab Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 24 Aug 2000 03:00:23 +0000 Subject: [PATCH] checking in modern theme part of fix for menulist cropping bug (see comment that went with blue's checkin log) --- themes/modern/global/menulist.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/themes/modern/global/menulist.css b/themes/modern/global/menulist.css index f769b83e707..081c3935d21 100644 --- a/themes/modern/global/menulist.css +++ b/themes/modern/global/menulist.css @@ -1,4 +1,9 @@ +/** + * XXX - The style rules in this file are very old and very bad. + * They need to be given a similar upgrade as classic-win has had. + **/ + /* NEW WIDGET LANDING: popup */ /* outer frame */ @@ -139,7 +144,7 @@ padding : 0px; } - menulist > menupopup > .internal-box + menulist > menupopup > .popup-internal-box { border-left : 1px inset #CCCCCC; border-right : 1px inset #CCCCCC; @@ -155,22 +160,17 @@ menulist > menupopup > menuitem { - padding : 0px; - min-width: 0px; - max-width: none; + padding : 0px 5px 0px 0px; + min-width : 0px; + max-width : none; } - menulist > menupopup > menuitem > .menu-left - { - width : 13px; - } - - menulist > menupopup > menuitem[selected="true"] > .menu-left + menulist > menupopup > menuitem[selected="true"] > .menu-iconic-left { list-style-image : url(chrome://global/skin/menu-check.gif); } - menulist > menupopup > menuitem[menuactive="true"][selected="true"] > .menu-left + menulist > menupopup > menuitem[menuactive="true"][selected="true"] > .menu-iconic-left { list-style-image : url(chrome://global/skin/menu-check-hover.gif); }