Fix for bug 42052 (auto->none for max-width of menuitems in
menulists). r=ben. git-svn-id: svn://10.0.0.236/trunk@75283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
{
|
||||
padding : 0px 1px 0px 1px;
|
||||
min-width : 0px; /* should be in content*/
|
||||
max-width : auto; /* should be in content*/
|
||||
max-width : none; /* should be in content*/
|
||||
border : 1px solid window;
|
||||
}
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
{
|
||||
padding : 0px 1px 0px 1px;
|
||||
min-width : 0px; /* should be in content*/
|
||||
max-width : auto; /* should be in content*/
|
||||
max-width : none; /* should be in content*/
|
||||
border : 1px solid window;
|
||||
}
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
{
|
||||
padding : 0px;
|
||||
min-width: 0px;
|
||||
max-width: auto;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem > .menu-left
|
||||
|
||||
Reference in New Issue
Block a user