From 687da32a7958da778becd170ae9b78bd5664f939 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 24 Aug 2008 17:52:46 +0000 Subject: -css fix git-svn-id: https://svn.roundcube.net/trunk@1679 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 6 ++++++ roundcubemail/skins/default/templates/compose.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2f83578ac..e58af7d7a 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -750,10 +750,16 @@ div.message-htmlpart div.rcmBody /** message compose styles */ +#compose-toolbar +{ + white-space: nowrap; +} + #priority-selector, #receipt-selector { padding-left: 30px; + white-space: nowrap; } #compose-container diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index ac71d9b30..a7399a08b 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -55,7 +55,7 @@ function rcmail_prev_sibling(elm)
-
+ @@ -132,7 +132,7 @@ function rcmail_prev_sibling(elm) - -- cgit v1.2.3
+