Set height of the #s-search box to fit appropriately in the menubar.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-26 07:03:11 -08:00
parent 0aac1cc944
commit 0cc82d4c21
1 changed files with 1 additions and 0 deletions

View File

@ -970,6 +970,7 @@ ul.children {
/* SEARCH */
#s-search, #s-transcript {
height: 15px;
width: 140px;
}