diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:24:30 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:24:30 +0100 |
commit | 7bdfd78426eef5e666ff258190bd3e6a4240c99a (patch) | |
tree | 75a25a632b324eaa9623d5f9e9cf6382c5793973 /skins/larry/ie7hacks.css | |
parent | 13dc9f2c862668554d87dcbf95f2f7bbaf221bf3 (diff) |
Define generic .searchbox styles
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index bca39e92d..6d7af4787 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -138,7 +138,7 @@ ul.toolbarmenu li label { padding: 3px 8px; } -#quicksearchbar input { +.searchbox input { padding-top: 4px; padding-bottom: 2px; } |