зеркало из https://github.com/mozilla/pjs.git
Statusbar text has slightly oversized margins. r=hewitt sr=hyatt
This commit is contained in:
Родитель
fd10ca3854
Коммит
81e0d16517
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче