Commit 163592ad authored by Vlado Valastiak's avatar Vlado Valastiak
Browse files

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

parent 0d9283ad
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
}