From 6a35c82a3ca43546198361aefdea94b04ecb5457 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 02 Nov 2005 17:43:55 -0500
Subject: [PATCH] Added more XSS protection (Bug #1308236) and some visual enhancements

---
 skins/default/templates/compose.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 26c9de5..9dda5da 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -87,7 +87,7 @@
 
 </tr><tr>
 
-<td style="width:100%; height:100%;">
+<td style="width:100%; height:100%; vertical-align:top;">
 <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" />
 </td>
 

--
Gitblit v1.9.1