From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 04 Sep 2006 08:26:30 -0400 Subject: [PATCH] Little improvements for message parsing and encoding --- skins/default/settings.css | 60 ++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 42 insertions(+), 18 deletions(-) diff --git a/skins/default/settings.css b/skins/default/settings.css index 7b4b88b..c172576 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -4,7 +4,7 @@ #tabsbar { position: absolute; - top: 42px; + top: 50px; left: 220px; right: 60px; height: 22px; @@ -18,10 +18,9 @@ span.tablink-selected { float: left; - width: 80px; - height: 17px !important; - height: 15px; - padding: 5px 10px 2px 10px; + width: 100px; + height: 24px !important; + height: 22px; background: url('images/tab_pas.gif') top left no-repeat; } @@ -30,21 +29,25 @@ background: url('images/tab_act.gif') top left no-repeat; } -span.tablink a -{ - color: #555555; -} - span.tablink a, span.tablink-selected a { + display: block; + padding-left: 10px; + padding-top: 5px; + color: #555555; text-decoration: none; +} + +span.tablink-selected a +{ + color: #000000; } #userprefs-box { position: absolute; - top: 90px; + top: 95px; left: 20px; width: 550px; border: 1px solid #999999; @@ -60,8 +63,17 @@ #folder-manager { position: absolute; - top: 90px; + top: 95px; left: 20px; +} + +#folder-manager +{ + width: 500px; + bottom: 120px; + overflow: auto; + border: 1px solid #999999; + height: expression((parseInt(document.documentElement.clientHeight)-215)+'px'); } #identities-table @@ -98,6 +110,15 @@ padding-right: 10px; } +#bottomboxes +{ + position: absolute; + width: 500px; + height: 100px; + left: 20px; + bottom: 20px; +} + #userprefs-title, #identity-title, div.boxtitle, @@ -117,6 +138,7 @@ { width: 500px; margin-top: 20px; + margin-bottom: 20px; border: 1px solid #999999; } @@ -128,8 +150,8 @@ #subscription-table { - width: 500px; - border: 1px solid #999999; + width: 100%; + table-layout: fixed; } #subscription-table tbody td @@ -141,10 +163,12 @@ background-color: #F9F9F9; } -/* -#subscription-table tbody td select +#subscription-table td.name { - width: 150px; + width: 280px; } -*/ +#subscription-table td.subscribed +{ + width: 80px; +} -- Gitblit v1.9.1