From f8a9c2c59cda13e41f1295ce378885e29ad39780 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 04 Apr 2014 05:47:16 -0400
Subject: [PATCH] Improve HTML structure so toolbar and content are in separate containers. This makes splitters size and positioning better.

---
 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 8e17d77..bfdd681 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;

--
Gitblit v1.9.1