Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 175 → Rev 176

/trunk/sites/eflore/fr/styles/eflore.css
146,10 → 146,12
/* Onglet Synthese : colonne gauche */
#ef_synthese_colonne {
float: right;
width:250px;
width:30%;
border: dashed 1px #BFC0BF;
background-color:#E6E7E6;
padding-left:5px;}
padding:0 5px;}
#ef_synthese_colonne #ef_classif table{
width:100%;}
#efinr_nom {
font-weight:bold;}
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
168,9 → 170,8
/* End hide from IE-mac */
 
#ef_synthese_contenu{
margin-right:250px;
height:100%;/* Pour IEWin-6.0 : corrige pb decalage hauteur */
width:550px;}
width:60%;}
#ef_nomenclature dd{
font-weight:lighter;}
#efins_titre, #efinr_titre, #efinr_titre_permalien {
307,8 → 308,8
/* - les images */
.attach_margin05em { margin: 0.5em;} /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;} /* marge de 1em autour de l'image*/
.attach_left {float: left;} /* bloc flotant à gauche */
.attach_right {float: right;} /* bloc flotant à droite */
.attach_left {float: left;} /* bloc flotant ? gauche */
.attach_right {float: right;} /* bloc flotant ? droite */
.attach_noborder {border-width: 0px;} /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;} /* aligenement vertical au milieu */
/* - le gestionnaire des uploads */