From 9e21a5713ffb888ccb3fcc3aa72f9970d4f4a372 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 5 May 2007 12:07:38 +0100 Subject: handle missing update schema diff in update.php --- utility.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'utility.css') 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%; +} + -- cgit v1.2.3