Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 723 Rev 737
Line 1070... Line 1070...
1070
    background-color: #F8F8DB;
1070
    background-color: #F8F8DB;
1071
    border: 1px solid #9AC342;
1071
    border: 1px solid #9AC342;
1072
}
1072
}
Line 1073... Line 1073...
1073
 
1073
 
-
 
1074
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1074
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1075
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1075
#bloc_export_choix {
1076
#bloc_export_choix {
1076
	width: 100%;
1077
	width: 100%;
Line 1077... Line 1078...
1077
}
1078
}
-
 
1079
 
1078
 
1080
.avertissement_telechargement {
1079
.avertissement_telechargement {
1081
	padding-top:1px;
1080
	font-style:italic;
1082
	font-style:italic;
1081
	color: grey;
1083
	color: grey;
Line 1082... Line 1084...
1082
	font-weight: 0.9em;
1084
	font-weight: 0.9em;
1083
}
1085
}
1084
 
1086
 
1085
#export_pdf input[type="submit"] {
1087
#export_pdf input[type="submit"] {
1086
	text-align: center;
1088
	text-align: center;
1087
	width :120px;
1089
	width :120px;
Line 1088... Line 1090...
1088
	display:block;
1090
	display:block;
1089
	margin-right: auto;
1091
	/*margin-right: auto;*/
1090
	margin-left: auto;
1092
	margin-left: 25px;
1091
	
1093
	
1092
}
1094
}
1093
#export_pdf fieldset label{
1095
#export_pdf fieldset label{
Line 1094... Line 1096...
1094
	width :120px;
1096
	width :120px;
1095
	display:inline-block;
1097
	display:inline-block;
1096
	text-align:center;
1098
	text-align:right;
Line 1144... Line 1146...
1144
	padding-left: 0px;
1146
	padding-left: 0px;
1145
}
1147
}
1146
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1148
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1147
#recherche_av {
1149
#recherche_av {
1148
	position:relative;
1150
	position:relative;
-
 
1151
	float:right;
1149
	left:20px;
1152
	right:17px;
-
 
1153
	
1150
}
1154
}
1151
div #recherche_av_form {
1155
div #recherche_av_form {
1152
	width:95%;
1156
	width:95%;
1153
	margin-right:auto;
1157
	margin-right:auto;
1154
	margin-left:auto;
1158
	margin-left:auto;
Line 1205... Line 1209...
1205
	width: 60px;
1209
	width: 60px;
1206
}
1210
}
1207
/* fieldset numero */
1211
/* fieldset numero */
1208
fieldset.numero_form label {
1212
fieldset.numero_form label {
1209
	width: 135px;
1213
	width: 135px;
1210
}
-
 
1211
1214
}
-
 
1215