[bugzilla-gnome-org-extensions] CSS tweaks



commit 232120c00db35935a18ccafb7dc69d74c7d58ea6
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Sep 12 10:28:22 2009 -0400

    CSS tweaks
    
    Make comment editor bigger and wrap the comment displays at
    the top of the page.

 web/splinter.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/web/splinter.css b/web/splinter.css
index 7ac1161..e2ed0c9 100644
--- a/web/splinter.css
+++ b/web/splinter.css
@@ -48,6 +48,7 @@ body {
     border: 1px solid black;
     font-size: 90%;
     margin-bottom: 1em;
+    white-space: pre-wrap;
 }
 
 .review-inner {
@@ -149,4 +150,5 @@ body {
 
 .comment-editor textarea {
     width: 100%;
-}
\ No newline at end of file
+    height: 10em;
+}


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