diff options
author | thomascube <thomas@roundcube.net> | 2010-06-08 20:50:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-06-08 20:50:15 +0000 |
commit | e9b5a6c2d55f1fc31715ad7ff05aed631cc12699 (patch) | |
tree | 4f6651e0e935c2ca472ce1afc09e790f746bf50b /skins/default/settings.css | |
parent | 349a8e36e581694cb200e4f3097d7af8c8628662 (diff) |
Unify directory/mailbox list actions
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r-- | skins/default/settings.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index a9c5e7b38..20de7e1b3 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -75,11 +75,22 @@ span.tablink-selected a #identities-list { - bottom: 60px; + bottom: 30px; width: 420px; border: 1px solid #999999; } +#identitieslistwarp +{ + position: absolute; + top: 0px; + bottom: 22px; + left: 0; + right: 0; + overflow-y: auto; + overflow-x: hidden; +} + #listbuttons { position: absolute; @@ -192,7 +203,7 @@ span.tablink-selected a top: 95px; left: 450px; right: 20px; - bottom: 60px; + bottom: 30px; border: 1px solid #999999; overflow: auto; background-color: #F2F2F2; |