From 2f93b031b2b72ec9be2255c387cae7c7713c2ff7 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 12 Feb 2008 21:51:05 -0500
Subject: [PATCH] condense TinyMCE toolbar down to one line, removing table buttons (#1484747) fix image removal in message display when message HTML includes JS event handlers

---
 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 182e791..e8b1c88 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 {

--
Gitblit v1.9.1