Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 716 Rev 723
Line 1140... Line 1140...
1140
	padding-top: 0px;
1140
	padding-top: 0px;
1141
}
1141
}
Line 1142... Line 1142...
1142
 
1142
 
1143
.titre_lien_permanent {
1143
.titre_lien_permanent {
-
 
1144
	padding-left: 0px;
-
 
1145
}
-
 
1146
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
-
 
1147
#recherche_av {
-
 
1148
	position:relative;
-
 
1149
	left:20px;
-
 
1150
}
-
 
1151
div #recherche_av_form {
-
 
1152
	width:95%;
-
 
1153
	margin-right:auto;
-
 
1154
	margin-left:auto;
-
 
1155
	padding : 3px;
-
 
1156
}
-
 
1157
#bloc_recherche_av {
-
 
1158
	border: 1px solid white;
-
 
1159
	padding : 5px;
-
 
1160
	padding-top : 15px;
-
 
1161
}
-
 
1162
 
-
 
1163
#recherche_av_form label {
-
 
1164
	display:block;
-
 
1165
	text-align:left;
-
 
1166
	padding-left:7px;
-
 
1167
}
-
 
1168
 
-
 
1169
#recherche_av_form .rech {
-
 
1170
	margin-top:20px;
-
 
1171
	position:relative;
-
 
1172
	left: 228px;
-
 
1173
	width:200px;
-
 
1174
	padding: 2px;
-
 
1175
	cursor:pointer;
-
 
1176
	background-color:#FFFFFF;
-
 
1177
	font-weight: bold;
-
 
1178
}
-
 
1179
#recherche_av_form .rech:hover {
-
 
1180
	background-color:#DDDDDD;
-
 
1181
}
-
 
1182
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
-
 
1183
	float:left;
-
 
1184
}
-
 
1185
#recherche_av_form .valeur-defaut-recherche {
-
 
1186
    color: #848484;
-
 
1187
    font-style: italic;
-
 
1188
}
-
 
1189
/* fieldset classification */
-
 
1190
fieldset.classification_form label{
-
 
1191
	width: 95px;
-
 
1192
}
-
 
1193
fieldset.classification_form input, fieldset.classification_form select{
-
 
1194
	width: 100px;
-
 
1195
}
-
 
1196
/* fieldset statuts presence */
-
 
1197
fieldset.statuts_form label, fieldset.presence_form label{
-
 
1198
	width: 220px;
-
 
1199
}
-
 
1200
fieldset.statuts_form select, fieldset.presence_form select{
-
 
1201
	width: 200px;
-
 
1202
}
-
 
1203
/* fieldset publication */
-
 
1204
fieldset.publication_form label {
-
 
1205
	width: 60px;
-
 
1206
}
-
 
1207
/* fieldset numero */
-
 
1208
fieldset.numero_form label {
1144
	padding-left: 0px;
1209
	width: 135px;
1145
}
1210
}