Fix for bug 167814: Subscribe's progress meter extends past the tree's content outline

r=neil, sr=sspitzer
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-07-24 20:55:11 +00:00
Родитель 0f6bca050a
Коммит a072fb20fe
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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;
}