summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-04 04:15:58 +0100
committerAndrew Dolgov <[email protected]>2007-05-04 04:15:58 +0100
commit87b9fb65321ec077a5d062f571c8384136c0fdc4 (patch)
tree6f175179f69c199e724d2a25ce2a27d57a72fa4b /utility.css
parentd3687e7a9e2c807d1113522a4e83682fe803c4f2 (diff)
add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css24
1 files changed, 24 insertions, 0 deletions
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;
+}
+