summaryrefslogtreecommitdiffstats
path: root/cgi/exilog_cgi_messages.pm
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-12-13 09:56:41 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-12-13 10:03:09 +0100
commit7760d9cdd909258591ebeb28a0b4d94ce00eeb31 (patch)
treeff5df28b3ea1a678b96770a2a7611b160ebc6ab8 /cgi/exilog_cgi_messages.pm
parent250c31d5ff01722e35888c6b92bd0969a6a51aef (diff)
downloadexilog-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 'vertical­align: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_messages.pm')
-rw-r--r--cgi/exilog_cgi_messages.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/exilog_cgi_messages.pm b/cgi/exilog_cgi_messages.pm
index bbcb062..18131fc 100644
--- a/cgi/exilog_cgi_messages.pm
+++ b/cgi/exilog_cgi_messages.pm
@@ -781,7 +781,7 @@ sub _print_Messages_selector {
-style=>"height: 18px; width: 18px;",
-id=>"anchor1x" })."&nbsp;-&nbsp;".
$q->div({ -id=>'caldiv1x',
- -style=>"position:absolute;visibility:hidden;background-color:white;layer-background-color:white;" })
+ -style=>"position:absolute;visibility:hidden;background-color:white;background-color:white;" })
),
$q->td({-align=>"left",-style=>"padding-left:0px;"},
$q->input({-name=>"tde",
@@ -795,7 +795,7 @@ sub _print_Messages_selector {
-style=>"height: 18px; width: 18px;",
-id=>"anchor2x" }).
$q->div({ -id=>'caldiv2x',
- -style=>"position:absolute;visibility:hidden;background-color:white;layer-background-color:white;" })
+ -style=>"position:absolute;visibility:hidden;background-color:white;background-color:white;" })
)
)
)