summaryrefslogtreecommitdiff
path: root/skins/default/addressbook.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-29 19:27:26 +0000
committeralecpl <alec@alec.pl>2010-06-29 19:27:26 +0000
commit087c7dc5d2e58e4aa99f1ffdb9b8f01c6121ce1d (patch)
tree566cbf7451768406f431d597a6c20f87a317e6e5 /skins/default/addressbook.css
parent02cc63c515488aede560facf0d4ae59792776c84 (diff)
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px
Diffstat (limited to 'skins/default/addressbook.css')
-rw-r--r--skins/default/addressbook.css26
1 files changed, 4 insertions, 22 deletions
diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css
index dc9e865b7..450b5bd82 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,30 +121,12 @@
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
{
list-style: none;