diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-12-13 09:56:41 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-12-13 10:03:09 +0100 |
commit | 7760d9cdd909258591ebeb28a0b4d94ce00eeb31 (patch) | |
tree | ff5df28b3ea1a678b96770a2a7611b160ebc6ab8 /cgi/exilog_cgi_html.pm | |
parent | 250c31d5ff01722e35888c6b92bd0969a6a51aef (diff) | |
download | exilog-7760d9cdd909258591ebeb28a0b4d94ce00eeb31.zip exilog-7760d9cdd909258591ebeb28a0b4d94ce00eeb31.tar.gz exilog-7760d9cdd909258591ebeb28a0b4d94ce00eeb31.tar.bz2 |
* add missing units to some padding-definitions
* remove 'cursor: hand' - hopefully nobody longer uses internet explorers < 5.5
* fix 'verticalalign:center' in exilog_jscript.js, 'middle' has to be used instead of 'center'
* use background-color instead of layer-background-color, this way Netscape-style - old fashioned
fixes #130
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'cgi/exilog_cgi_html.pm')
-rw-r--r-- | cgi/exilog_cgi_html.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/exilog_cgi_html.pm b/cgi/exilog_cgi_html.pm index bfb207c..020617e 100644 --- a/cgi/exilog_cgi_html.pm +++ b/cgi/exilog_cgi_html.pm @@ -974,7 +974,7 @@ sub _item { $html .= $q->td({-class=>"item_text", ($link ? ( -onClick=>"javascript:document.location.href='$link';", - -style=>(exists($part->{style}) ? $part->{style} : "")."cursor:pointer;cursor:hand;", + -style=>(exists($part->{style}) ? $part->{style} : "")."cursor:pointer;", -onMouseOver=>"javascript:link_on(this);", -onMouseOut=>"javascript:link_off(this);" ) : ( |