summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/utility.css b/utility.css
index f51182a7a..8a254afc1 100644
--- a/utility.css
+++ b/utility.css
@@ -47,8 +47,17 @@ div.warning {
}
-div.warning img, div.notice img {
+div.warning img, div.notice img, div.error img {
vertical-align : middle;
padding : 5px;
}
+div.error {
+ border : 1px solid #ff0000;
+ background : #ffcccc;
+ padding : 5px;
+ margin : 0px 0px 5px 0px;
+ font-size : 9pt;
+ width : 50%;
+}
+