зеркало из https://github.com/mozilla/gecko-dev.git
echo #42491 - cropping on long personal toolbar items, r=ben
This commit is contained in:
Родитель
dfff2020a3
Коммит
b7f597d648
|
@ -78,14 +78,26 @@
|
|||
-moz-binding : url("chrome://global/skin/classicBindings.xml#toolbarbutton-left");
|
||||
border : none;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.button-toolbar.bookmarkitem,
|
||||
.button-toolbar.bookmarkfolder
|
||||
{
|
||||
max-width : 10em;
|
||||
}
|
||||
|
||||
.toolbarbutton-top-icon {
|
||||
.button-toolbar.bookmarkfolder > box > text
|
||||
{
|
||||
max-width: 8em !important;
|
||||
}
|
||||
|
||||
.toolbarbutton-top-icon
|
||||
{
|
||||
max-width : 2em;
|
||||
}
|
||||
|
||||
.toolbarbutton-left-text {
|
||||
.toolbarbutton-left-text
|
||||
{
|
||||
max-width : 8em;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
|
||||
.bookmarkitem
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.png");
|
||||
|
@ -36,6 +37,11 @@
|
|||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.png");
|
||||
}
|
||||
|
||||
.bookmarkfolder > box > text
|
||||
{
|
||||
max-width: 8em;
|
||||
}
|
||||
|
||||
.bookmarkfolder[menuactive="true"]
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.png");
|
||||
|
|
Загрузка…
Ссылка в новой задаче