diff options
author | svncommit <devs@roundcube.net> | 2008-02-13 02:51:05 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-02-13 02:51:05 +0000 |
commit | 2f93b031b2b72ec9be2255c387cae7c7713c2ff7 (patch) | |
tree | 76d2942b20d27bc553509c06ac98d216fb984805 /skins/default/editor_content.css | |
parent | 3d695da299cf236864ee75c02969669831950676 (diff) |
condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
fix image removal in message display when message HTML includes JS event handlers
Diffstat (limited to 'skins/default/editor_content.css')
-rw-r--r-- | skins/default/editor_content.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 182e79121..e8b1c88fe 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -3,11 +3,14 @@ body, td, pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
+ font-size: 12px;
}
body {
- background-color: #FFFFFF;
+ background-color: #FFFFFF; + margin-left: 4px; + margin-right: 4px; + margin-top: 2px; }
.mceVisualAid {
|