Autocomplete enterprise name in profile edition. (Closes #836)
[platal.git] / htdocs / css / openweb.css
index 8b1736d..0dc7744 100644 (file)
@@ -238,24 +238,28 @@ div.contact-list div.contact {
     color: inherit;
 }
 
-div.grayed {
+div.contact-list div.grayed {
     color: #444444;
+    background: #eee;
     font-style: italic;
 }
 
-div.grayed div.contact {
-    background: #eee;
+div.contact div.photo {
+    float: left;
 }
 
-div.contact div.nom {
-    font-weight: bold;
-    width: 35%;
-    float: left;
-    padding-left: 2px;
+div.contact div.photo img {
+    width: 60px;
+    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 {