diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-12 11:24:49 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-12 11:25:27 +0200 |
commit | 0b0bc46a909924aa8770f3f72998bab23440bb90 (patch) | |
tree | 76fb5773c0ee549f7170513a2a24a403e0e55a49 /skins/larry/addressbook.css | |
parent | 3f9518f0a7e49ec259299093ae63f7de5b2f430e (diff) |
Join address book toolbars again
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 4e61b4a11..70f07e4d2 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -18,6 +18,7 @@ left: 0; width: 220px; bottom: 0; + z-index: 2; } #addressview-right { @@ -26,9 +27,9 @@ left: 232px; right: 0; bottom: 0; + z-index: 3; } -#directorytoolbar, #addressbooktoolbar { position: absolute; top: -6px; @@ -36,10 +37,7 @@ right: 260px; height: 40px; white-space: nowrap; -} - -#directorytoolbar { - right: 0; + z-index: 10; } #directorylistbox { |