[extensions-web] errorreports: Fix layout on view page



commit 59b61196156df7148f3662f62a7278caeace8329
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 30 22:34:39 2011 -0500

    errorreports: Fix layout on view page

 sweettooth/static/css/sweettooth.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 03060c6..4323fd4 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -401,12 +401,15 @@ span.active, span.approve {
     display: block;
     width: 97%;
     resize: vertical;
-    height: 300px;
     min-height: 80px;
     padding: 0.5em;
     margin: 1em;
 }
 
+#error_report textarea {
+    height: 300px;
+}
+
 #error_report div {
     border: 1px solid #999;
     border-radius: 4px;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]