X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=9ab2eedde5c21bf61ffd63256e57477af7bec214;hb=46f272feb613c57febf40a0f7bf6a721e439b73b;hp=746109180eadf69398cdc68609b57659da804b53;hpb=ea62a1705b554185cbcec232731b5198149b1f50;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 7461091..9ab2eed 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -88,6 +88,27 @@ p.smaller { text-indent: 0; } +.errors { + width: 98%; + border: 1px solid #f00; + margin-top: 10px; + background-color: #200; +} + +.warnings { + width: 98%; + border: 1px solid #ff0; + margin-top: 10px; + background-color: #220; +} + +.success { + width: 98%; + border: 1px solid #0d3; + margin-top: 10px; + background-color: #021; +} + .erreur { font-weight: bold; color: #d00; @@ -286,13 +307,9 @@ div.contact-list div.contact:hover { margin-right: 4px; } -.contact .profile_content { - float: left; -} - div.contact div.identity { float: left; - width: 70%; + width: 89%; } div.contact div.nom { @@ -300,6 +317,11 @@ div.contact div.nom { padding-left: 2px; } +div.contact div.nom a { + text-decoration: none; + font-size: 100%; +} + div.contact div.appli { } @@ -317,8 +339,8 @@ div.contact div.long { } div.long table { width: 100%; } -div.long td.lt { width: 25%; font-style: italic; } -div.long td.rt { width: 75%; } +div.long td.lt { width: 15%; font-style: italic; } +div.long td.rt { width: 85%; } /******************************************************************************* 6 Profil @@ -337,7 +359,7 @@ div.long td.rt { width: 75%; } } .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%; @@ -665,11 +687,7 @@ div#content { } .ac_results { - font-size: 90%; - background: #fff; + color: black; } -.ac_results li.over { - color: #777; -} /* vim: set et ts=4 sts=4 sw=4: */