diff options
author | matthew <matthew> | 2007-01-19 23:16:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-19 23:16:54 +0000 |
commit | 58b8413ad19c5b21f3c782dbde97d7af24bb86ff (patch) | |
tree | 8d2f1c0a131b6f64257a843a1a696ea112760b86 /web/css.css | |
parent | c4e49e322ff58e1e4a9126502c840e86fcd5a183 (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.css | 5 |
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 { |