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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user