Bug 454979: Text in Library's Search box isn't vertically centered. r=dao, a1.9.1b2=beltzner

This commit is contained in:
Vlado Valastiak 2008-11-13 15:37:36 +00:00
Родитель 0d9283ad9f
Коммит 163592adb3
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -59,3 +59,9 @@
#placeContent:-moz-system-metric(windows-default-theme) {
background-color: #EEF3FA;
}
/**** Vista default theme: Library's search box needs to be vertically centered ****/
#searchFilter:-moz-system-metric(windows-default-theme) {
padding-top: 3px;
padding-bottom: 2px;
}