From 4e9349d5e8865acacb7eb44225186f219a95ecf3 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 01 Oct 2008 11:32:59 -0400 Subject: [PATCH] - small style clean up --- skins/default/mail.css | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 2784086..056bcca 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -879,6 +879,15 @@ height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); } +#compose-div +{ + position: absolute; + top: 110px; + bottom: 40px; + width: 100%; + vertical-align: top; +} + #compose-headers { width: 100%; -- Gitblit v1.9.1