From 77fad166e30e5fd225495c6c78f525d0ce27c7b3 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 04 Jul 2012 17:39:45 -0400
Subject: [PATCH] Some last layout changes for Larry: move search box to the right, visually connect message list footer to the list

---
 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 9856e28..37315cf 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;

--
Gitblit v1.9.1