diff options
Diffstat (limited to 'skins/default/addressbook.css')
-rw-r--r-- | 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 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; |