LAYOUT: keep notes area from overflowing
authorArun Persaud <arun@nubati.net>
Wed, 19 Mar 2008 20:05:56 +0000 (13:05 -0700)
committerArun Persaud <apersaud@lbl.gov>
Wed, 19 Mar 2008 20:05:56 +0000 (13:05 -0700)
added overflow auto to CSS and fixed the height of the div. Depending
on the screen size there might be overlap now, but at least the notes
area won't grow like crazy in case you add too many notes.

Signed-off-by: Arun Persaud <apersaud@lbl.gov>
css/standard.css

index 1766d6afa9277c82726fc4fea93472a21f4418ef..2862248b08f8e20c1436f384071951fe0cf0314b 100644 (file)
@@ -378,6 +378,9 @@ ul.tricks li div div span.comment span{
   padding:0.3em;
 
   background-color: #efefef;
+
+  height:10em;
+  overflow: auto;
 }
 
 .user { margin-left:25%;margin-right:25%; }