summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-03-19 13:05:56 -0700
committerArun Persaud <apersaud@lbl.gov>2008-03-19 13:05:56 -0700
commit0593ca8f1fe853e2dd4b4e8d56dbe4ea1a5341be (patch)
treee80ff1554653712707eb3c05edc5ae943e53ad3a /css
parent932518736e9989b2a98e4379b9d6a607c564f2d2 (diff)
downloade-DoKo-0593ca8f1fe853e2dd4b4e8d56dbe4ea1a5341be.tar.gz
e-DoKo-0593ca8f1fe853e2dd4b4e8d56dbe4ea1a5341be.tar.bz2
e-DoKo-0593ca8f1fe853e2dd4b4e8d56dbe4ea1a5341be.zip
LAYOUT: keep notes area from overflowing
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>
Diffstat (limited to 'css')
-rw-r--r--css/standard.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 1766d6a..2862248 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -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%; }