diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 13:10:59 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 13:10:59 +0000 |
| commit | f13a7cef493b14b966e691f12d2f70eee60bcbd6 (patch) | |
| tree | 0df838d44b3c779d28b9ba1b54e42f0fb307a402 /roundcubemail/skins/default/mail.css | |
| parent | 3d58ddad88b6a6f96626453a78b10fe298567612 (diff) | |
Partially revert changes on compose screen from r3789
git-svn-id: https://svn.roundcube.net/trunk@3810 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index dfaf45365..3d3a101e7 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
