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 |  263 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 222 insertions(+), 41 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index eb8d67c..6d1d221 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -4,10 +4,11 @@
 #messagetoolbar
 {
   position: absolute;
-  top: 20px;
+  top: 45px;
   left: 200px;
   right: 250px;
   height: 35px;
+  white-space: nowrap;
 /*  border: 1px solid #cccccc; */
 }
 
@@ -26,7 +27,7 @@
 #messagetoolbar select.mboxlist
 {
   position: absolute;
-  left: 300px;
+  left: 375px;
   top: 10px;
 }
 
@@ -44,14 +45,18 @@
 {
   position: absolute;
   left: 200px;
-  bottom: 60px;
+  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: 35px;
-  right: 60px;
-  width: 250px;
+  bottom: 16px;
+  right: 40px;
+  width: 300px;
   height: 20px;
   text-align: right;
+  white-space: nowrap;
 }
 
 #messagecountbar span
@@ -98,16 +108,16 @@
 #mailcontframe
 {
   position: absolute;
-  top: 60px;
+  top: 85px;
   left: 200px;
   right: 40px;
-  bottom: 80px;
+  bottom: 40px;
   border: 1px solid #999999;
   background-color: #F9F9F9;
   overflow: auto;
   /* css hack for IE */
   width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
-  height: expression((parseInt(document.documentElement.clientHeight)-140)+'px');
+  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
 }
 
 
@@ -160,7 +170,7 @@
 #mailboxlist-header
 {
   position: absolute;
-  top: 80px;
+  top: 85px;
   left: 20px;
   width: 140px !important;
 /*  width: 162px; */
@@ -174,17 +184,26 @@
   font-weight: bold;  
 }
 
-#mailboxlist
+#mailboxlist-container
 {
   position: absolute;
-  top: 100px;
+  top: 105px;
   left: 20px;
   width: 160px;
+  bottom: 40px;
+  border: 1px solid #CCCCCC;
+  background-color: #F9F9F9;
+  overflow: auto;
+  /* css hack for IE */
+  height: expression((parseInt(document.documentElement.clientHeight)-145)+'px');
+}
+
+#mailboxlist
+{
+  width: 100%;
   height: auto;
   margin: 0px;
   padding: 0px;
-  border: 1px solid #CCCCCC;
-  background-color: #F9F9F9;
   list-style-image: none;
   list-style-type: none;
   overflow: hidden;
@@ -193,7 +212,7 @@
 
 #mailboxlist li
 {
-  height: 18px;
+ /* height: 18px; */
   font-size: 11px;
   background: url(images/icons/folder-closed.png) no-repeat;
   background-position: 10px 1px;
@@ -243,13 +262,56 @@
 #mailboxlist li.selected
 {
   background-color: #929292;
-  border-bottom: 1px solid #898989;  
+  border-bottom: 1px solid #898989;
 }
 
 #mailboxlist li.selected a
 {
   color: #FFF;
   font-weight: bold;
+}
+
+
+/* styles for nested folders */
+#mailboxlist ul {
+  list-style: none;
+  padding: 0;
+  margin:0;
+  border-top: 1px solid #EBEBEB;  
+}
+
+#mailboxlist ul li {
+  padding-left: 15px;
+  background-position: 25px 1px;
+}
+
+#mailboxlist li.selected li {
+  background-color: #F9F9F9;
+}
+
+#mailboxlist li.unread li {
+  font-weight: normal;
+}
+
+#mailboxlist li.unread li.unread {
+  font-weight: bold;
+}
+
+#mailboxlist li.selected li a{
+  color: black;
+  font-weight: normal;
+}
+
+
+#mailboxcontrols
+{
+  position: absolute;
+  left: 20px;
+  width: 160px;
+  bottom: 20px;
+  height: 16px;
+  overflow: hidden;
+  font-size: 11px;
 }
 
 
@@ -264,6 +326,7 @@
 #messagelist
 {
   width: 100%;
+  display: table;
   table-layout: fixed;
   /* css hack for IE */
   width: expression(document.getElementById('mailcontframe').clientWidth);
@@ -285,6 +348,32 @@
   font-weight: bold;
 }
 
+#messagelist thead tr td.sortedASC,
+#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
 {
   height: 16px !important;
@@ -292,9 +381,17 @@
   padding: 2px;
   padding-right: 4px;
   font-size: 11px;
+  overflow: hidden;
   white-space: nowrap;
+  text-overflow: ellipsis;
   border-bottom: 1px solid #EBEBEB;
   cursor: pointer;
+}
+
+#messagelist col
+{
+  display: table-column;
+  text-align: left;
 }
 
 #messagelist tr td.icon
@@ -305,7 +402,6 @@
 #messagelist tr td.subject
 {
   overflow: hidden;
-  text-align: left;
 }
 
 #messagelist tr td.size
@@ -318,7 +414,6 @@
 #messagelist tr td.to
 {
   width: 180px;
-  overflow: hidden;  
 }
 
 #messagelist tr td.date
@@ -351,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 */
 
@@ -363,12 +529,17 @@
 #messageframe
 {
   position: absolute;
-  top: 70px;
+  top: 85px;
   left: 200px;
   right: 40px;
+  bottom: 40px;
+  border: 1px solid #cccccc;
+  background-color: #FFFFFF;
+  overflow: auto;
   /* css hack for IE */
-  margin-bottom: 50px;
-  width: expression(document.body.clientWidth-240);
+  /* margin-bottom: 10px; */
+  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
+  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
 }
 
 table.headers-table
@@ -387,10 +558,11 @@
 
 table.headers-table td.header-title
 {
-  width: 70px;  
+  width: 80px;
   color: #666666;
   font-weight: bold;
   text-align: right;
+  white-space: nowrap;
   padding-right: 4px;
 }
 
@@ -435,18 +607,15 @@
 #messagebody
 {
   min-height: 300px;
-  margin-top: 10px;
-  margin-bottom: 50px;
+  padding-top: 10px;
+  padding-bottom: 10px;
   background-color: #FFFFFF;
-  border: 1px solid #cccccc;
-  border-top: none;
 }
 
 div.message-part
 {
   padding: 8px;
   padding-top: 10px;
-  border-top: 1px solid #cccccc;
   overflow: hidden;
 }
 
@@ -467,8 +636,8 @@
   display: none;
   height: 20px;
   min-height: 20px;
+  margin: 8px 8px 0px 8px;
   padding: 10px 10px 6px 46px;  
-  margin-top: 8px;
 }
 
 #remote-objects-message a
@@ -488,22 +657,29 @@
 #priority-selector
 {
   position: absolute;
-  left: 200px;
+  left: 180px;
+  top: 10px;
+}
+
+#receipt-selector
+{
+  position: absolute;
+  left: 350px;
   top: 10px;
 }
 
 #compose-container
 {
   position: absolute;
-  top: 70px;
+  top: 90px;
   left: 200px;
   right: 40px;
-  bottom: 60px;
+  bottom: 40px;
   padding: 0px;
   margin: 0px;
   /* css hack for IE */
   width: expression(document.documentElement.clientWidth-240);
-  /* height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); */
+  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
 }
 
 /*
@@ -588,11 +764,12 @@
 
 #compose-body
 {
-  margin-top: 10px;
-  width: 100% !important;
+  margin-top: 5px;
+  margin-bottom: 5px;
+  width: 99% !important;
   width: 95%;
-  height: 95%;
-  min-height: 400px;
+  height: 90%;
+  min-height: 300px;
   font-size: 9pt;
   font-family: "Courier New", Courier, monospace;
 }
@@ -646,4 +823,8 @@
   margin-top: 8px;
 }
 
-
+#rcmquotadisplay
+{
+  color: #999999;
+  font-size: 11px;
+}

--
Gitblit v1.9.1