58248 - bookmarks menu cropping, r=timeless, sr=hangas

git-svn-id: svn://10.0.0.236/trunk@86027 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2001-02-02 01:38:24 +00:00
parent 0711f33ca7
commit e52d3dc40a
3 changed files with 6 additions and 6 deletions

View File

@@ -43,8 +43,8 @@ menupopup > menu, popup > menu,
menupopup > menuitem, popup > menuitem
{
font : 12px charcoal;
max-width : 250px;
min-width : 0px;
max-width : 42em;
min-width : 14em;
padding : 0px;
}

View File

@@ -49,7 +49,7 @@ menupopup, popup
menupopup > menu,
menupopup > menuitem
{
max-width : 60em; /* should move to content */
max-width : 42em; /* should move to content */
min-width : 14em; /* should move to content */
margin : 0px;
}
@@ -57,7 +57,7 @@ menupopup > menuitem
popup > menu,
popup > menuitem
{
max-width : 60em; /* should move to content */
max-width : 42em; /* should move to content */
min-width : 8em; /* should move to content */
margin : 0px;
}

View File

@@ -52,8 +52,8 @@ menupopup, popup
menupopup > menu, popup > menu,
menupopup > menuitem, popup > menuitem
{
max-width : 250px;
min-width : 125px;
max-width : 42em;
min-width : 14em;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;