Typo in css, now default.css should be valid.
[platal.git] / htdocs / css / default.css
index 3207c03..b669e82 100644 (file)
@@ -73,6 +73,27 @@ p {
     text-align: justify;
 }
 
+.errors {
+    margin-top: 10px;
+    border: 1px solid #f00;
+    background-color: #fcc;
+    width: 98%;
+}
+
+.warnings {
+    margin-top: 10px;
+    border: 1px solid #ed0;
+    background-color: #ffc;
+    width: 98%;
+}
+
+.success {
+    margin-top: 10px;
+    border: 1px solid #0d2;
+    background-color: #cfd;
+    width: 98%;
+}
+
 .erreur {
     font-weight: bold;
     color: #ff0000;
@@ -248,23 +269,28 @@ div.contact-list div.contact {
     color: inherit;
 }
 
-div.grayed {
-    color: #444444;
-    font-style: italic;
+div.contact-list div.grayed {
+   color: #444444;
+   font-style: italic;
+   background: #eee;
 }
 
-div.grayed div.contact {
-    background: #eee;
+.contact .photo {
+    float: left;
 }
 
-div.contact div.nom {
-    font-weight: bold;
-    width: 35%;
-    float: left;
+.contact .photo img {
+    width: 40px;
+    margin-right: 4px;
 }
 
-div.contact div.appli {
+div.contact div.identity {
     float: left;
+    width: 90%;
+}
+
+div.contact div.nom {
+    font-weight: bold;
 }
 
 div.contact div.bits {
@@ -282,7 +308,7 @@ div.contact div.long {
 }
 
 div.long table { width: 100%; }
-div.long td.lt { width: 35%; }
+div.long td.lt { width: 35%; font-style: italic; }
 div.long td.rt { width: 65%; }
 
 /*******************************************************************************
@@ -303,7 +329,7 @@ div.long td.rt { width: 65%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;