Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1070 Rev 1093
Line 184... Line 184...
184
/* Partie-station */
184
/* Partie-station */
185
#partie-station fieldset{
185
#partie-station fieldset{
186
	margin-top:0;
186
	margin-top:0;
187
}
187
}
188
#partie-station label {
188
#partie-station label {
189
	width:75px;
189
	width:80px;
190
	display:block;
190
	display:block;
191
	float:left;
191
	float:left;
192
}
192
}
193
#latitude, #longitude {
193
#latitude, #longitude {
194
	width:70px;
194
	width:70px;
Line 205... Line 205...
205
	float:left;	
205
	float:left;	
206
}
206
}
207
#partie-observation li{
207
#partie-observation li{
208
	margin :10px;
208
	margin :10px;
209
}
209
}
210
#adresse{
210
#map-canvas {
211
	width:290px;
211
	width:525px;
-
 
212
	height:240px;	
212
}
213
} 
213
#partie-station #partie-lat-lon label.error{
214
#partie-station #partie-lat-lon label.error{
214
	float:left;
215
	float:left;
215
	width:80px;
216
	width:80px;
216
}
217
}
217
#partie-observation li li{
218
#partie-observation li li, #rue_numeros li{
218
	width :150px;
219
	width :150px;
219
	float:left;
220
	float:left;
220
	margin :5px;
221
	margin :5px;
221
}
222
}
-
 
223
#rue_numeros li{
-
 
224
	width :265px;
-
 
225
	float:left;
-
 
226
	margin:0;
-
 
227
}
-
 
228
#rue_numeros li label{
-
 
229
	width:80px;
-
 
230
	float:left;	
-
 
231
}
-
 
232
#rue_numeros li input{
-
 
233
	width:175px;
-
 
234
}
222
#partie-observation li li label.error{
235
#partie-observation li li label.error{
223
	position: relative;
236
	position: relative;
224
	margin-top: -38px;
237
	margin-top: -38px;
225
	margin-left:50px;
238
	margin-left:50px;
226
	float:left;
239
	float:left;
227
}
240
}
228
label[for=milieu]{
241
label[for=milieu]{
229
	display:block;
242
	display:block;
230
	width:100%;
243
	width:100%;
231
}
244
}
-
 
245
label[for=coordonnees-geo] {
-
 
246
	display:block;
-
 
247
	width:100% !important;
-
 
248
}
-
 
249
ul#coordonnees-geo {
-
 
250
	list-style-type:none;
-
 
251
	float:left;
-
 
252
}
-
 
253
ul#coordonnees-geo li {
-
 
254
	float: left;
-
 
255
    margin: 5px;
-
 
256
    width: 120px;
-
 
257
}
-
 
258
ul#coordonnees-geo #coord-lat,ul#coordonnees-geo #coord-lng {
-
 
259
	width: 70px;
-
 
260
}
-
 
261
ul#coordonnees-geo #info-commune{
-
 
262
	width: 150px;
-
 
263
}
232
ul#liste-milieux{
264
ul#liste-milieux{
233
	padding-top:5px;
265
	padding-top:5px;
234
}
266
}
235
#liste-milieux li{
267
ul#liste-milieux li{
236
	display:inline;
268
	display:inline;
237
}
269
}
-
 
270
#adresse, #notes{
-
 
271
	width:400px;
-
 
272
}
-
 
273
#rue{
-
 
274
	width:440px;
-
 
275
}
238
/*-------------------------------------------------------*/
276
/*-------------------------------------------------------*/
239
/* Photo */
277
/* Photo */
240
#resultat,.resultat {
278
#resultat,.resultat {
241
	width:20%;
279
	width:20%;
242
}
280
}
Line 257... Line 295...
257
	border:none;
295
	border:none;
258
}
296
}
259
.supprimer-obs{
297
.supprimer-obs{
260
	background-color:transparent;
298
	background-color:transparent;
261
	border:none;
299
	border:none;
-
 
300
	padding:0;
262
    cursor:pointer;
301
    cursor:pointer;
263
}
302
}
-
 
303
.obs-miniature {
-
 
304
	text-align:center;
-
 
305
}
264
.obligatoire {
306
.obligatoire {
265
	color:red;
307
	color:red;
266
}
308
}
267
label.error {
309
label.error {
268
	display:inline;
310
	display:inline;
Line 293... Line 335...
293
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
335
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
294
	height:35px;
336
	height:35px;
295
}
337
}
296
/*-------------------------------------------------------*/
338
/*-------------------------------------------------------*/
297
/* Autocomplete */
339
/* Autocomplete */
298
.ui-autocomplete {
-
 
299
	background-color: white;
-
 
300
	width: 300px;
-
 
301
	border: 1px solid #cfcfcf;
-
 
302
	list-style-type: none;
-
 
303
	padding-left: 0px;
-
 
304
}
-
 
305
340