diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
commit | f8a9c2c59cda13e41f1295ce378885e29ad39780 (patch) | |
tree | ce38666dad42fb9c83a543171eb8ef7e7960c3c5 /skins/larry/addressbook.css | |
parent | 4d61806cc51d7273ab3a2e9f961696182643768a (diff) |
Improve HTML structure so toolbar and content are in separate containers.
This makes splitters size and positioning better.
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 8e17d77f7..bfdd68127 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -39,7 +39,7 @@ #directorylistbox { position: absolute; - top: 42px; + top: 0; left: 0; width: 100%; bottom: 0; @@ -47,7 +47,7 @@ #addresslist { position: absolute; - top: 42px; + top: 0; left: 0; width: 280px; bottom: 0; @@ -55,7 +55,7 @@ #contacts-box { position: absolute; - top: 42px; + top: 0; left: 292px; right: 0; bottom: 0; |