X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fopenweb.css;h=3eb562296e442f3f78fccafabf1d20c73f8d4be3;hb=1322ba86dcf5a6d9958b1151b08280823498bcad;hp=8b1736d1bf8ecbcaccd2481e995060f116c17c1f;hpb=179afa7fa79902e11498314d37fe4dbf452b3617;p=platal.git diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 8b1736d..3eb5622 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 { @@ -294,7 +319,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%;