summaryrefslogtreecommitdiff
path: root/skins/larry/addressbook.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-04 11:47:16 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-04 11:47:16 +0200
commitf8a9c2c59cda13e41f1295ce378885e29ad39780 (patch)
treece38666dad42fb9c83a543171eb8ef7e7960c3c5 /skins/larry/addressbook.css
parent4d61806cc51d7273ab3a2e9f961696182643768a (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.css6
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;