From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 18 May 2006 17:24:42 -0400 Subject: [PATCH] Updated CHANGELOG --- skins/default/mail.css | 147 +++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 136 insertions(+), 11 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index f429407..6d1d221 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -8,6 +8,7 @@ left: 200px; right: 250px; height: 35px; + white-space: nowrap; /* border: 1px solid #cccccc; */ } @@ -26,7 +27,7 @@ #messagetoolbar select.mboxlist { position: absolute; - left: 335px; + left: 375px; top: 10px; } @@ -46,12 +47,16 @@ left: 200px; bottom: 20px; height: 16px; - width: 400px; + width: 500px; + font-size: 11px; } #listcontrols a, #listcontrols a:active, -#listcontrols a:visited +#listcontrols a:visited, +#mailboxcontrols a, +#mailboxcontrols a:active, +#mailboxcontrols a:visited { color: #999999; font-size: 11px; @@ -60,12 +65,16 @@ #listcontrols a.active, #listcontrols a.active:active, -#listcontrols a.active:visited +#listcontrols a.active:visited, +#mailboxcontrols a.active, +#mailboxcontrols a.active:active, +#mailboxcontrols a.active:visited { color: #CC0000; } -#listcontrols a.active:hover +#listcontrols a.active:hover, +#mailboxcontrols a.active:hover { text-decoration: underline; } @@ -73,11 +82,12 @@ #messagecountbar { position: absolute; - top: 60px; + bottom: 16px; right: 40px; - width: 200px; + width: 300px; height: 20px; text-align: right; + white-space: nowrap; } #messagecountbar span @@ -293,6 +303,18 @@ } +#mailboxcontrols +{ + position: absolute; + left: 20px; + width: 160px; + bottom: 20px; + height: 16px; + overflow: hidden; + font-size: 11px; +} + + /** message list styles */ body.messagelist @@ -330,6 +352,26 @@ #messagelist thead tr td.sortedDESC { background-image: url(images/listheader_dark.gif); +} + +#messagelist thead tr td.sortedASC a +{ + background: url(images/sort_asc.gif) top right no-repeat; +} + +#messagelist thead tr td.sortedDESC a +{ + background: url(images/sort_desc.gif) top right no-repeat; +} + +#messagelist thead tr td a, +#messagelist thead tr td a:hover +{ + display: block; + width: auto !important; + width: 100%; + color: #333333; + text-decoration: none; } #messagelist tbody tr td @@ -404,11 +446,82 @@ background-color: #CC3333; } +#messagelist tr.focused td +{ + border-bottom: thin dotted; + border-top: thin dotted; +} + #messagelist tr.selected td a.rcmContactAddress { color: #FFFFFF; } +#messagelist tr.deleted td, +#messagelist tr.deleted td a +{ + color: #CCCCCC; +} + +#quicksearchbar +{ + position: absolute; + top: 60px; + right: 40px; + width: 182px; + height: 20px; + text-align: right; + background: url('images/searchfield.gif') top left no-repeat; +} + +#quicksearchbar a +{ + position: absolute; + top: 3px; + right: 4px; + text-decoration: none; +} + +#quicksearchbar img +{ + vertical-align: middle; +} + +#quicksearchbox +{ + position: absolute; + top: 2px; + left: 20px; + width: 140px; + font-size: 11px; + padding: 0px; + border: none; +} + + +/*\*/ +html>body*#quicksearchbar { background-image: none; } +html>body*#quicksearchbar a { top: 5px; } +html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; } +/**/ + + +#rcversion +{ + position: absolute; + top: 67px; + left: 20px; + width: 160px; + text-align: center; + + font-weight: normal; + font-size: x-small; + font-variant: small-caps; + + color: #999999; + /*border: 1px solid #308014; + background-color: #b4eeb4;*/ +} /** message view styles */ @@ -544,7 +657,14 @@ #priority-selector { position: absolute; - left: 200px; + left: 180px; + top: 10px; +} + +#receipt-selector +{ + position: absolute; + left: 350px; top: 10px; } @@ -644,10 +764,11 @@ #compose-body { - margin-top: 10px; + margin-top: 5px; + margin-bottom: 5px; width: 99% !important; width: 95%; - height: 95%; + height: 90%; min-height: 300px; font-size: 9pt; font-family: "Courier New", Courier, monospace; @@ -702,4 +823,8 @@ margin-top: 8px; } - +#rcmquotadisplay +{ + color: #999999; + font-size: 11px; +} -- Gitblit v1.9.1