diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-10-15 18:32:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-10-15 18:32:07 +0000 |
| commit | bfdd3537a889bd626c7d55230427b718d92b6853 (patch) | |
| tree | d948ab260ab912925b27bb1b52db2017ffb07da3 /style | |
| parent | 9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b (diff) | |
| download | install-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.png | bin | 0 -> 5410 bytes | |||
| -rw-r--r-- | style/install.css | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/style/images/danger.png b/style/images/danger.png Binary files differnew file mode 100644 index 0000000..086b9f9 --- /dev/null +++ b/style/images/danger.png 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, |
