Update of /var/cvs/html/mmbase/admin/css
In directory james.mmbase.org:/tmp/cvs-serv20272

Modified Files:
        admin.css 
Log Message:
styles for errors




See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin/css


Index: admin.css
===================================================================
RCS file: /var/cvs/html/mmbase/admin/css/admin.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- admin.css   1 Aug 2008 17:10:49 -0000       1.23
+++ admin.css   5 Aug 2008 07:53:54 -0000       1.24
@@ -65,6 +65,7 @@
 
 #head p { margin: 0 0 0 4px; }
 #head a:link, #head a:visited { color: #fff; }
+
 #wrap
 {
        margin: 0 auto 0 auto;
@@ -184,12 +185,22 @@
        margin: 12px 0 12px 0;
 }
 
-#content div.mm_c
+#content div.mm_c, #content .error
 {
     padding-left: 12px;
     padding-right: 12px;
 }
 
+#content .error { color: #000; }
+#content .error h1 { font-size: 1.6em; }
+
+#content .error pre
+{
+       padding: 0.7em;
+       border: 1px #900 solid;
+       background-color: #fff9f9;
+}
+
 /* form stuff */
 label
 {
@@ -232,8 +243,8 @@
        text-align: right;
        white-space: nowrap;
 }
-th.center, td.center { text-align: center; }
 
+th.center, td.center { text-align: center; }
 div#aboutthisredbox { display: none; }
 
 /* messages, errors */
@@ -245,6 +256,8 @@
     text-align: center;
 }
 
+p.msg { padding: 0.5em; }
+
 div.msg
 {
     margin: 4px auto 4px auto;
@@ -254,11 +267,13 @@
 .err
 {
        border: 1px #900 solid;
-       background-color: #FCC;
+       background-color: #fff9f9;
        width: 75%;
        text-align: center;
 }
 
+p.err { padding: 0.5em; }
+
 div.err
 {
     margin: 4px auto 4px auto;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to