summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-05 12:07:38 +0100
committerAndrew Dolgov <[email protected]>2007-05-05 12:07:38 +0100
commit9e21a5713ffb888ccb3fcc3aa72f9970d4f4a372 (patch)
tree901d623e73a0a696d98d41cfb89fd12b529ecae3 /utility.css
parente98bb2430823760279579da2ffd1ed1360f71e6a (diff)
handle missing update schema diff in update.php
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%;
+}
+