Bug 293207 menulist is not wide enough in modern theme
p=me r=mnyromyr sr=neil git-svn-id: svn://10.0.0.236/trunk@213028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f912989e0b
commit
1787349f78
@ -112,6 +112,11 @@ menuitem.bookmark-item {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.bookmark-group {
|
||||
list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important;
|
||||
}
|
||||
|
||||
@ -91,8 +91,8 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
||||
}
|
||||
|
||||
.menu-iconic-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
list-style-image: inherit;
|
||||
}
|
||||
|
||||
@ -167,7 +167,7 @@ popup > menuitem[_moz-menuactive="true"] {
|
||||
menulist > menupopup > menuitem,
|
||||
.menulist-menupopup > menu,
|
||||
menulist > menupopup > menu {
|
||||
padding-right: 26px;
|
||||
padding-right: 30px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
max-width: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user