diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-04 23:39:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-04 23:48:30 +0200 |
commit | e8b45a6e0faee3dd3f76f17f21eca7feb800f3e1 (patch) | |
tree | 4a030beb4a1ecbbc1dcc052d1cf293fbf8f1bddc /skins/larry/addressbook.css | |
parent | ecc3ba134e754b5bf288765e14ac1b0a906208b5 (diff) |
Some last layout changes for Larry: move search box to the right, visually connect message list footer to the list
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index a9a3c9883..4e61b4a11 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -28,15 +28,20 @@ bottom: 0; } +#directorytoolbar, #addressbooktoolbar { position: absolute; top: -6px; left: 0; - right: 0; + right: 260px; height: 40px; white-space: nowrap; } +#directorytoolbar { + right: 0; +} + #directorylistbox { position: absolute; top: 42px; |