projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9325187
)
LAYOUT: keep notes area from overflowing
author
Arun Persaud
<arun@nubati.net>
Wed, 19 Mar 2008 20:05:56 +0000
(13:05 -0700)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/css/standard.css
b/css/standard.css
index 1766d6afa9277c82726fc4fea93472a21f4418ef..2862248b08f8e20c1436f384071951fe0cf0314b 100644
(file)
--- 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%; }