Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 767 | Rev 808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 767 Rev 785
Line 625... Line 625...
625
    margin-right: 10px;
625
    margin-right: 10px;
626
    padding-top: 5px;
626
    padding-top: 5px;
627
    width: 60px;
627
    width: 60px;
628
}
628
}
Line -... Line 629...
-
 
629
 
-
 
630
#statut .aucune_info {
-
 
631
	padding: 10px;
-
 
632
}
629
 
633
 
630
/* Onglets */
634
/* Onglets */
631
#zone_onglets {
635
#zone_onglets {
632
	margin-top: 0.1em;
636
	margin-top: 0.1em;
633
	border-width:0;
637
	border-width:0;
Line 1093... Line 1097...
1093
    background-color: #F8F8DB;
1097
    background-color: #F8F8DB;
1094
    border: 1px solid #9AC342;
1098
    border: 1px solid #9AC342;
1095
}
1099
}
Line 1096... Line 1100...
1096
 
1100
 
1097
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
-
 
1098
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1101
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1099
#bloc_export_choix {
1102
#bloc_export_choix {
1100
	width: 100%;
1103
	width: 100%;
Line 1101... Line 1104...
1101
}
1104
}
Line 1255... Line 1258...
1255
.chargement {
1258
.chargement {
1256
	background:url('../images/chargement-transparent.gif');
1259
	background:url('../images/chargement-transparent.gif');
1257
	background-repeat:no-repeat;
1260
	background-repeat:no-repeat;
1258
	background-position:center; 
1261
	background-position:center; 
1259
	min-height: 150px;
1262
	min-height: 150px;
1260
}
-
 
1261
1263
}
-
 
1264
 
-
 
1265
/**----------------------- Autocompletion des noms ---------------------------------------------**/
-
 
1266
li.autocompletion_nom, .autocompletion_nom:hover {
-
 
1267
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
-
 
1268
    margin: 0 0 5px;
-
 
1269
}
-
 
1270