From 87b9fb65321ec077a5d062f571c8384136c0fdc4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 May 2007 04:15:58 +0100 Subject: add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php --- utility.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'utility.css') diff --git a/utility.css b/utility.css index 9bdb77c21..f51182a7a 100644 --- a/utility.css +++ b/utility.css @@ -28,3 +28,27 @@ a:hover { color : black; } +div.notice { + background : #ffffff; + border : 1px solid #88b0f0; + width : 50%; + padding : 5px; + margin : 0px 0px 5px 0px; + font-size : 9pt; +} + +div.warning { + background : #fff7d5; + border : 1px solid #d7c47a; + font-size : 9pt; + width : 50%; + padding : 5px; + margin : 0px 0px 5px 0px; +} + + +div.warning img, div.notice img { + vertical-align : middle; + padding : 5px; +} + -- cgit v1.2.3