From 016b432636ad4b193d23660a0d39e6d1a89150b7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 8 Nov 2006 04:54:58 +0000 Subject: [PATCH] r1275: Try to fix a weird scrolling and overflow bug in IE7 with the + diff --git a/templates/global.css b/templates/global.css index 9901ade..e74ab7b 100644 --- a/templates/global.css +++ b/templates/global.css @@ -144,6 +144,16 @@ a display: inline; } +.textarea +{ + width: 99%; + + margin: 0px; + padding: 0px; + + margin-top: 5px; +} + #copyright { text-align: center; diff --git a/templates/newattach.tpl b/templates/newattach.tpl index 5a200b3..73e59f9 100644 --- a/templates/newattach.tpl +++ b/templates/newattach.tpl @@ -43,7 +43,7 @@ $header
{@"Add Comment"}:
- +
diff --git a/templates/newreport.tpl b/templates/newreport.tpl index ae41b4d..910e16f 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -110,7 +110,7 @@ $header
{@"Description/Initial Report"} - +
diff --git a/templates/showreport.tpl b/templates/showreport.tpl index 46e5fc8..f760e49 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -194,8 +194,8 @@ $header
{@"New Reply"} : {@"Automation"} $help[newreply] - - + +
-- 2.22.5