summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-01 18:06:16 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-01 18:06:16 +0000
commitaa6eb357d0f95af9d86185ccb35d9139ce8037dd (patch)
treeaf0cc5a0393f6288f8b512faad5f9e0cc01cd399 /roundcubemail/skins/default/mail.css
parentf61b44657d2e300915ee5c09e1db36e90a06d775 (diff)
Introducing preview pane and conditional skin tags
git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css44
1 files changed, 35 insertions, 9 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index d94d6a1f8..5bf05cb99 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -120,6 +120,33 @@
height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
+#mailpreviewframe
+{
+ position: absolute;
+ top: 300px;
+ left: 200px;
+ right: 40px;
+ bottom: 40px;
+ border: 1px solid #999999;
+ background-color: #F9F9F9;
+ /* css hack for IE */
+ width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-340)+'px');
+}
+
+#messagecontframe
+{
+ width: 100%;
+ height: 100%;
+ border: 0;
+}
+
+/*\*/
+html>body*#messagecontframe
+{
+ height: 40%;
+}
+/**/
#messagepartframe
{
@@ -385,8 +412,7 @@ body.messagelist
#messagelist tbody tr td
{
- height: 16px !important;
- height: 20px;
+ height: 16px;
padding: 2px;
padding-right: 4px;
font-size: 11px;
@@ -461,12 +487,6 @@ body.messagelist
background-color: #CC3333;
}
-#messagelist tr.focused td
-{
- border-bottom: thin dotted;
- border-top: thin dotted;
-}
-
#messagelist tr.unfocused td
{
font-weight: bold;
@@ -575,7 +595,7 @@ html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; l
#messageframe
{
position: absolute;
- top: 85px;
+ top: 95px;
left: 200px;
right: 40px;
bottom: 40px;
@@ -588,6 +608,12 @@ html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; l
height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
+div.messageheaderbox
+{
+ margin: 6px 8px 0px 8px;
+ border: 1px solid #ccc;
+}
+
table.headers-table
{
width: 100%;