summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
commit2dc87919396cd68a07a20164d0816761dca909ea (patch)
tree7fc050b1e1c2215e1c8c5d43af1f45c6f33eb498 /roundcubemail/skins/default/mail.css
parentaec4bd921d413dd835f21f4ab6765fab7e882d89 (diff)
Re-design of caching (new database table added\!); some bugfixes; Postgres support
git-svn-id: https://svn.roundcube.net/trunk@88 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css27
1 files changed, 24 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index f429407dd..9d507fe7b 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -75,9 +75,10 @@
position: absolute;
top: 60px;
right: 40px;
- width: 200px;
+ width: 220px;
height: 20px;
text-align: right;
+ white-space: nowrap;
}
#messagecountbar span
@@ -332,6 +333,26 @@ body.messagelist
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
{
height: 16px !important;
@@ -645,9 +666,10 @@ div.message-part pre
#compose-body
{
margin-top: 10px;
+ 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 +724,3 @@ div.message-part pre
margin-top: 8px;
}
-