Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 462 → Rev 463

/trunk/client/cartographie/cartographie.css
9,6 → 9,15
#table_inscrits td {
padding:2px;
text-align:left;}
#table_inscrits{
width:100%;
margin:0;
border:none;}
#table_inscrits tbody{
vertical-align:top;
min-height:1em;
height:200px;
overflow: auto;}
#carto {
text-align:center;}
a.chemin_carto {
42,6 → 51,20
text-align:center;}
.liste_zone {
text-align:center;}
.cocher {
text-align:left;
margin:30px 0;}
#redaction {
background:#D4D4D4 url(images/redaction_milieu.png) repeat-y scroll 0%;
color:#454545;
width:900px;}
#redaction .text, #redaction .forml {
width:800px;}
#redaction table,#redaction h2 {
margin:5px;}
#redaction_tete {
background:#D4D4D4 url(images/redaction_tete.png) no-repeat scroll 0%;
color:#FFFFFF;
height:15px;}
#redaction_pied {
background:#D4D4D4 url(images/redaction_pied.png) no-repeat scroll 0%;
color:#FFFFFF;
height:15px;}