padding for the quick search text box was effecting the padding on message header text boxes.

This commit is contained in:
scott%scott-macgregor.org 2004-08-25 22:33:53 +00:00
Родитель b08fa4b223
Коммит 9e82c66d13
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -47,7 +47,7 @@
<binding id="searchbar" extends="chrome://global/content/bindings/textbox.xml#textbox">
<content>
<children/>
<xul:hbox class="textbox-input-box" flex="1">
<xul:hbox class="quick-search-textbox textbox-input-box" flex="1">
<html:input class="textbox-input" flex="1" anonid="input" allowevents="true"
xbl:inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly,tabindex,accesskey"/>
</xul:hbox>

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

@ -973,9 +973,9 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
/* ..... tree adjustments ..... */
.textbox-input-box
.quick-search-textbox
{
padding-top: 3px;
padding-top: 1px;
}
#accountCentralBox {