Statusbar text has slightly oversized margins. r=hewitt sr=hyatt

This commit is contained in:
blakeross%telocity.com 2001-11-04 00:16:53 +00:00
Родитель 364c9fd485
Коммит bc6323fdb1
3 изменённых файлов: 14 добавлений и 0 удалений

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

@ -215,6 +215,11 @@ button.plain {
{
padding : 0px;
}
.statusbar-panel-text
{
margin : 0px !important;
}
/**
* iframe default sizing

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

@ -211,6 +211,11 @@ button[type="menu-button"] {
{
padding : 0px;
}
.statusbar-panel-text
{
margin: 0px !important;
}
/**
* iframe default sizing

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

@ -195,6 +195,10 @@ statusbarpanel, .statusbar-panel {
padding: 0px;
}
.statusbar-panel-text {
margin: 0px !important;
}
/* ::::: Descriptions and Labels ::::::: */
description[disabled="true"], label[disabled="true"] {