зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 167814: Subscribe's progress meter extends past the tree's content outline
r=neil, sr=sspitzer
This commit is contained in:
Родитель
0f6bca050a
Коммит
a072fb20fe
|
@ -95,3 +95,9 @@ treechildren::-moz-tree-image(nameColumn2, nntp) {
|
|||
.subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
|
||||
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
|
||||
}
|
||||
|
||||
/* ::::: statusbar adjustments :::::: */
|
||||
|
||||
#statusContainerBox {
|
||||
margin: 0px 4px;
|
||||
}
|
||||
|
|
|
@ -101,3 +101,7 @@ statusbarpanel,
|
|||
.progressmeter-statusbar {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#statusContainerBox {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче