X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fopenweb.css;h=08f1a5c6984e12f70f70a9c25c5dcded0da4373e;hb=cd5bd7dca7db6a980e6d3223aa5f43e0e1742acc;hp=8b1736d1bf8ecbcaccd2481e995060f116c17c1f;hpb=a7c29df3b9bf8f3c3b23fec0f1d2feb814cb61fe;p=platal.git diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 8b1736d..08f1a5c 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -76,6 +76,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; @@ -238,24 +259,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 {