summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-10-15 18:32:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-10-15 18:32:07 +0000
commitbfdd3537a889bd626c7d55230427b718d92b6853 (patch)
treed948ab260ab912925b27bb1b52db2017ffb07da3 /style
parent9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b (diff)
downloadinstall-bfdd3537a889bd626c7d55230427b718d92b6853.tar.gz
install-bfdd3537a889bd626c7d55230427b718d92b6853.tar.bz2
install-bfdd3537a889bd626c7d55230427b718d92b6853.zip
add loud warning gfx for blind people
Diffstat (limited to 'style')
-rw-r--r--style/images/danger.pngbin0 -> 5410 bytes
-rw-r--r--style/install.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/style/images/danger.png b/style/images/danger.png
new file mode 100644
index 0000000..086b9f9
--- /dev/null
+++ b/style/images/danger.png
Binary files differ
diff --git a/style/install.css b/style/install.css
index 001b538..4e3dd0d 100644
--- a/style/install.css
+++ b/style/install.css
@@ -64,6 +64,7 @@ textarea {width:100%;}
.dialog-error,
.error {background:#fdd;}
+.danger {background:#fdd url( images/danger.png ) right center no-repeat; border:3px solid #900; padding:1em 100px 1em 1em;}
.dialog-warning,
.warning {background:#fed;}
.dialog-ok,