diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-15 20:44:04 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-15 20:44:04 +0200 |
commit | 5e1632788b8a5f5b9eebd2acb72e1de7d9f0ac63 (patch) | |
tree | c204ba3e934a2e64928d4d59395516b7c0bb881f /lib/tpl | |
parent | 20d062ca5220daf6606e2b1bcdd73d84eebafa45 (diff) | |
download | rpg-5e1632788b8a5f5b9eebd2acb72e1de7d9f0ac63.tar.gz rpg-5e1632788b8a5f5b9eebd2acb72e1de7d9f0ac63.tar.bz2 |
more unobstrusive javascript
The edit form now is free of inline event handlers. There are still other
places where inline javascript and even document.write is used which should
be fixed as well. Currently the window.onload event is used to initialize
everything which may not the best way to do so. Dean Edwards may have a
solution: http://dean.edwards.name/weblog/2005/09/busted/
darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 7bc6085f2..7b84ea614 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -637,6 +637,10 @@ div.search_quickhits { opacity: 1; } +#sizectl img { + cursor: pointer; +} + /* ---- Admin --- */ div.acladmin label { |