From 087c7dc5d2e58e4aa99f1ffdb9b8f01c6121ce1d Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 29 Jun 2010 15:27:26 -0400 Subject: [PATCH] - Improved compose screen: resizable body and attachments list, vertical splitter, options menu - Removed productname/version element, changed footer size to 20px --- skins/default/addressbook.css | 26 ++++---------------------- 1 files changed, 4 insertions(+), 22 deletions(-) diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index dc9e865..450b5bd 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -84,7 +84,7 @@ position: absolute; top: 85px; right: 20px; - bottom: 30px; + bottom: 20px; left: 225px; } @@ -92,7 +92,7 @@ { position: absolute; top: 85px; - bottom: 30px; + bottom: 20px; left: 20px; width: 195px; border: 1px solid #999999; @@ -109,8 +109,8 @@ #addresslist { position: absolute; - top: 0px; - bottom: 0px; + top: 0; + bottom: 0; border: 1px solid #999999; background-color: #F9F9F9; overflow: hidden; @@ -121,28 +121,10 @@ border-top: 1px solid #999; } -#importbox -{ - position: absolute; - top: 85px; - bottom: 30px; - left: 20px; - right: 20px; - border: 1px solid #999999; - background-color: #F2F2F2; - padding-bottom: 4ex; - overflow: auto; -} - #addresslist { left: 0px; width: 280px; -} - -#importbox a -{ - color: blue; } #directorylist -- Gitblit v1.9.1