summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-07-08 13:10:59 +0000
committerthomascube <thomas@roundcube.net>2010-07-08 13:10:59 +0000
commitb218aa7d2edb2819c0318578ce4d55ff4ce85a07 (patch)
treee60c6fc227ef83b727ae8c0a77a1fa13c9972c11 /skins/default/mail.css
parent5019d9caf7078d7202330195f26145ee843ac7f3 (diff)
Partially revert changes on compose screen from r3789
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css32
1 files changed, 18 insertions, 14 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index dfaf45365..3d3a101e7 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -1108,7 +1108,18 @@ div.message-htmlpart div.rcmBody
bottom: 0;
margin: 0;
width: 100%;
- border: 1px solid #999;
+}
+
+#compose-div .boxfooter
+{
+ height: 26px;
+ background: none;
+ border-top: 0;
+}
+
+#compose-div .boxlistcontent
+{
+ bottom: 26px;
}
#compose-body
@@ -1120,8 +1131,8 @@ div.message-htmlpart div.rcmBody
bottom: 0;
margin: 0;
font-size: 9pt;
- border: none;
font-family: monospace;
+ border: 1px solid #999;
resize: none;
}
@@ -1133,7 +1144,7 @@ div.message-htmlpart div.rcmBody
#compose-headers td.editfield
{
padding-right: 5px;
- min-width: 200px;
+ width: 95%;
}
#compose-headers td.top
@@ -1159,11 +1170,6 @@ div.message-htmlpart div.rcmBody
border: 1px solid #999;
}
-#compose-headers td select
-{
- width: 100%;
-}
-
#compose-headers td textarea
{
height: 32px;
@@ -1178,9 +1184,7 @@ div.message-htmlpart div.rcmBody
#formlinks
{
- text-align: right;
white-space: nowrap;
- width: 1%;
padding-left: 5px;
}
@@ -1202,16 +1206,16 @@ div.message-htmlpart div.rcmBody
{
position: absolute;
right: 5px;
- bottom: 0;
+ bottom: 2px;
text-align: right;
- line-height: 22px;
}
#compose-buttons
{
position: absolute;
- left: 40px;
- top: 1px;
+ left: 0;
+ bottom: 0;
+ width: auto;
}
#compose-attachments