Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1206 Rev 1258
Line 154... Line 154...
154
}
154
}
Line 155... Line 155...
155
 
155
 
156
#partie-observation, #partie-preview, #partie-station{	
156
#partie-observation, #partie-preview, #partie-station{	
157
	margin-top:10px;
157
	margin-top:10px;
-
 
158
}
-
 
159
#partie-date * {
-
 
160
	position: relative;
-
 
161
	z-index:50;
158
}
162
}
159
#partie-station, #partie-observation, #partie-photo, #partie-date{
163
#partie-station, #partie-observation, #partie-photo, #partie-date{
160
	width:550px;
164
	width:550px;
161
	margin-left:10px;
165
	margin-left:10px;
162
	background:#E5E5E5;
166
	background:#E5E5E5;
Line 196... Line 200...
196
/* Partie-station */
200
/* Partie-station */
197
#partie-station fieldset{
201
#partie-station fieldset{
198
	margin-top:0;
202
	margin-top:0;
199
}
203
}
200
#partie-station label {
204
#partie-station label {
201
	width:80px;
205
    width: 120px;
202
	display:block;
206
	display:block;
203
	float:left;
207
	float:left;
204
}
208
}
205
#latitude, #longitude {
209
#latitude, #longitude {
206
	width:70px;
210
	width:70px;
Line 217... Line 221...
217
	float:left;	
221
	float:left;	
218
}
222
}
219
#partie-observation li{
223
#partie-observation li{
220
	margin :10px;
224
	margin :10px;
221
}
225
}
-
 
226
#partie-station #label_map_canvas {
-
 
227
	width: 100%;
-
 
228
}
222
#map-canvas {
229
#map-canvas {
223
	width:525px;
230
	width:525px;
224
	height:240px;	
231
	height:240px;	
225
} 
232
} 
226
#partie-station #partie-lat-lon label.error{
233
#partie-station #partie-lat-lon label.error{
Line 244... Line 251...
244
#rue_numeros li input{
251
#rue_numeros li input{
245
	width:175px;
252
	width:175px;
246
}
253
}
247
#partie-observation li li label.error{
254
#partie-observation li li label.error{
248
	position: relative;
255
	position: relative;
249
	margin-top: -38px;
256
    margin-top: -42px;
250
	margin-left:50px;
257
	margin-left:50px;
251
	float:left;
258
	float:left;
252
}
259
}
253
label[for=milieu]{
260
label[for=milieu]{
254
	display:block;
261
	display:block;
Line 259... Line 266...
259
	width:100% !important;
266
	width:100% !important;
260
}
267
}
261
ul#coordonnees-geo {
268
ul#coordonnees-geo {
262
	list-style-type:none;
269
	list-style-type:none;
263
	float:left;
270
	float:left;
-
 
271
	width: 100%;
264
}
272
}
265
ul#coordonnees-geo li {
273
ul#coordonnees-geo li {
266
	float: left;
274
	float: left;
267
    margin: 5px;
275
    margin: 5px;
268
    width: 120px;
276
   	width: 201px;
269
}
277
}
270
ul#coordonnees-geo #coord-lat,ul#coordonnees-geo #coord-lng {
278
ul#coordonnees-geo #coord-lat,ul#coordonnees-geo #coord-lng {
271
	width: 70px;
279
	width: 70px;
272
}
280
}
273
ul#coordonnees-geo #info-commune{
281
ul#coordonnees-geo #info-commune{
Line 282... Line 290...
282
}
290
}
283
#notes{
291
#notes{
284
	width:400px;
292
	width:400px;
285
}
293
}
286
#rue{
294
#rue{
287
	width:440px;
295
	/**width:440px;**/
-
 
296
    left: 35px;
-
 
297
    position: relative;
-
 
298
    top: 35px;
-
 
299
    width: 320px;
-
 
300
    z-index: 45;
-
 
301
}
-
 
302
.indication_geolocalisation {
-
 
303
	color:#118811;
-
 
304
    font-style: italic;
-
 
305
    font-weight: bold;
-
 
306
	font-weight:0.9em;
-
 
307
}
-
 
308
.indication_geolocalisation {
-
 
309
    height: 30px;
-
 
310
    position: relative;
-
 
311
    top: 15px;
288
}
312
}
289
/*-------------------------------------------------------*/
313
/*-------------------------------------------------------*/
290
/* Photo */
314
/* Photo */
291
#resultat,.resultat {
315
#resultat,.resultat {
292
	width:20%;
316
	width:20%;
Line 355... Line 379...
355
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
379
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
356
	height:35px;
380
	height:35px;
357
}
381
}
358
/*-------------------------------------------------------*/
382
/*-------------------------------------------------------*/
359
/* Autocomplete */
383
/* Autocomplete */
-
 
384
.valeur-defaut-recherche {
-
 
385
	color:#848484;
-
 
386
	font-style:italic;	
-
 
387
	font-weight:0.9em;
-
 
388
}