diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-24 17:52:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-24 17:52:46 +0000 |
| commit | 687da32a7958da778becd170ae9b78bd5664f939 (patch) | |
| tree | 7784b318532a756934c82534b6c456bb39e01105 /roundcubemail/skins/default/mail.css | |
| parent | 18779859d6c8549fea0ead02b239ec633054f2f6 (diff) | |
-css fix
git-svn-id: https://svn.roundcube.net/trunk@1679 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 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 |
