X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=43c4434dded004789a4dec4c69fc2a98747fc97a;hb=fe4229287a1eee075b894e4cad426f138b6b95bf;hp=4c4446961f219fde603f718ed62fc316ca8304af;hpb=a6391000e89c59f3c26d1a62bb06857df706bf50;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 4c44469..43c4434 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2009 Polytechnique.org * + * Copyright (C) 2003-2010 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; @@ -62,6 +64,8 @@ legend { color: #000; padding: 2px 4px; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; } .center { text-align: center; } @@ -292,7 +296,7 @@ span.titre { div.contact-list { width: 98%; - margin-left: 1%; + margin-left: 5px; } div.contact-list div.contact { border-top: 1px solid #fff;