summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
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,