X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=73894fd69e136886a78d809781f957b6d78a7f96;hb=e1e112b3e153c4f4a923676e6ea6024f48b5c62f;hp=4c4446961f219fde603f718ed62fc316ca8304af;hpb=6d1747b3dbcf944c995dc2d87e8561c7a66f3aa6;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 4c44469..73894fd 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2009 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -52,6 +52,8 @@ fieldset { color: #000; margin: 1em 0 1em 0; text-align: justify; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; } legend { border-bottom: 1px solid #666; @@ -60,8 +62,11 @@ legend { border-left: 1px solid #fff; background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed; color: #000; + font-weight: bold; - padding: 2px 4px; + padding: 2px 8px 2px 4px; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; } .center { text-align: center; } @@ -226,6 +231,18 @@ table.tinybicol td, table.bicol td { background: inherit; } +table.tinybicol td.error, table.bicol td.error { + background: #faa; +} + +table.tinybicol td.warning, table.bicol td.warning { + background: #fda; +} + +table.tinybicol td.valid, table.bicol td.valid { + background: #afa; +} + table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; } td.half { width: 50%; padding: 4px; } @@ -292,7 +309,7 @@ span.titre { div.contact-list { width: 98%; - margin-left: 1%; + margin-left: 5px; } div.contact-list div.contact { border-top: 1px solid #fff; @@ -300,6 +317,11 @@ div.contact-list div.contact { color: #000; } +div.contact { + -webkit-border-top-left-radius: 10px; + -moz-border-radius-topleft: 10px; +} + div.contact-list div.grayed { font-style: italic; color: #444; @@ -311,12 +333,16 @@ div.contact-list div.contact:hover { } .contact .photo { + -webkit-border-top-left-radius: 10px; + -moz-border-radius-topleft: 10px; float: left; } .contact .photo img { width: 40px; margin-right: 4px; + -webkit-border-top-left-radius: 10px; + -moz-border-radius-topleft: 10px; } div.contact div.identity {