Bug 855520 - Add spacing around no element in style inspector; r=mratcliffe

This commit is contained in:
J. Ryan Stinnett 2013-04-10 02:28:49 -05:00
Родитель c77208da34
Коммит 88b6e2ff81
3 изменённых файлов: 21 добавлений и 3 удалений

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

@ -28,10 +28,16 @@
text-decoration: underline;
}
.ruleview-rule {
.ruleview-rule,
#noResults {
padding: 2px 4px;
}
#noResults {
font: message-box;
color: GrayText;
}
.ruleview-rule + .ruleview-rule {
border-top-width: 1px;
border-top-style: dotted;

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

@ -28,10 +28,16 @@
text-decoration: underline;
}
.ruleview-rule {
.ruleview-rule,
#noResults {
padding: 2px 4px;
}
#noResults {
font: message-box;
color: GrayText;
}
.ruleview-rule + .ruleview-rule {
border-top-width: 1px;
border-top-style: dotted;

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

@ -28,10 +28,16 @@
text-decoration: underline;
}
.ruleview-rule {
.ruleview-rule,
#noResults {
padding: 2px 4px;
}
#noResults {
font: message-box;
color: GrayText;
}
.ruleview-rule + .ruleview-rule {
border-top-width: 1px;
border-top-style: dotted;