From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 skins/default/addresses.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/skins/default/addresses.css b/skins/default/addresses.css
index d660c3c..a0fb15c 100644
--- a/skins/default/addresses.css
+++ b/skins/default/addresses.css
@@ -4,7 +4,7 @@
 #abooktoolbar
 {
   position: absolute;
-  top: 32px;
+  top: 45px;
   left: 200px;
   height: 35px;
 }
@@ -17,7 +17,7 @@
 #abookcountbar
 {
   position: absolute;
-  top: 50px;
+  top: 60px;
   left: 490px;
   width: 200px;
   height: 20px;
@@ -34,10 +34,10 @@
 #addresslist
 {
   position: absolute;
-  top: 75px;
+  top: 85px;
   left: 20px;
   width: 450px;
-  bottom: 60px;
+  bottom: 40px;
   border: 1px solid #999999;
   background-color: #F9F9F9;
   overflow: auto;
@@ -63,10 +63,10 @@
 #contacts-box
 {
   position: absolute;
-  top: 75px;
+  top: 85px;
   left: 490px;
   right: 40px;
-  bottom: 60px;
+  bottom: 40px;
   border: 1px solid #999999;
   overflow: hidden;
   /* css hack for IE */

--
Gitblit v1.9.1