Merge branch 'platal-0.9.16'
[platal.git] / htdocs / css / default.css
index 3207c03..3fa4eae 100644 (file)
@@ -248,23 +248,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 +287,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%; }
 
 /*******************************************************************************