зеркало из https://github.com/mozilla/gecko-dev.git
Bug 548017 - Move bookmark toolbaritems' max-width from theme CSS to content CSS and remove superfluous min-width. r=dao
This commit is contained in:
Родитель
63e32ef130
Коммит
4166f45471
|
@ -103,6 +103,10 @@ toolbar[mode="icons"] > #reload-button[displaystop] {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item {
|
||||
max-width: 13em;
|
||||
}
|
||||
|
||||
%ifdef MOZ_WIDGET_GTK2
|
||||
/* Bookmarks override the "images-in-menus" metric in xul.css */
|
||||
.bookmark-item > .menu-iconic-left,
|
||||
|
|
|
@ -79,8 +79,6 @@
|
|||
/* Places toolbar */
|
||||
toolbarbutton.bookmark-item {
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
max-width: 13em;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
|
|
|
@ -75,8 +75,6 @@
|
|||
|
||||
toolbarbutton.bookmark-item {
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
max-width: 13em;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче