aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
authormatthew <matthew>2007-01-19 23:16:54 +0000
committermatthew <matthew>2007-01-19 23:16:54 +0000
commit58b8413ad19c5b21f3c782dbde97d7af24bb86ff (patch)
tree8d2f1c0a131b6f64257a843a1a696ea112760b86 /web/css.css
parentc4e49e322ff58e1e4a9126502c840e86fcd5a183 (diff)
Improvements to JS; move browser support onto Yahoo!'s shoulders. ;)
Workaround Firefox onMouseUp weirdness (related to Bugzilla 282266 I believe).
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css
index 552a5f1ff..af4b907c0 100644
--- a/web/css.css
+++ b/web/css.css
@@ -181,12 +181,15 @@ fieldset div.checkbox label, label.n {
overflow: hidden;
float: right;
position: relative;
+ background-color: #f1f1f1;
}
#drag {
- position: relative;
+ position: absolute;
width: 508px;
height: 508px;
+ left: 0;
+ top: 0;
}
#side {