diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-09 16:33:13 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-09 16:33:13 +0100 |
commit | dee159317fcb869e470aee0ac6e5a4af06400c97 (patch) | |
tree | 87fe25b70827838cdd657b09d4e39895d98de6f3 /skins/larry/styles.css | |
parent | 44e3bf1e2c18d0fae066e6c4e9a19a4c9bee12aa (diff) |
Adjust searchbox position
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 51dc0363c..d7485e709 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -511,7 +511,7 @@ a.iconlink.upload { /*** basic page layout ***/ #header { - overflow: hidden; /* Chrome bug #1488851 */ + overflow-x: hidden; /* Chrome bug #1488851 */ } #topline { @@ -1503,7 +1503,7 @@ ul.proplist li { #quicksearchbar { position: absolute; right: 1px; - top: 0; + top: -5px; width: 240px; } |