X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fdefault.css;h=3fa4eaed7f26a8c00451d075590e6576c3298a5e;hb=afada5eb6cf23005f775fbab0d421c27393172f1;hp=3207c0385b9865b9d7b0d35d34697c73f5f25b9e;hpb=ebd515f95f03f8a87f9b846d65e179b39a535222;p=platal.git diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 3207c03..3fa4eae 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -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%; } /*******************************************************************************