Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 82 Rev 89
Line 159... Line 159...
159
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
159
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
160
	padding-bottom : 5px;
160
	padding-bottom : 5px;
161
}
161
}
Line 162... Line 162...
162
 
162
 
163
.conteneur_carte {
163
.conteneur_carte {
164
	height:400px;
164
	height: 400px;
165
	width:800px;
165
	width: 725px;
Line 166... Line 166...
166
}
166
}
167
 
167
 
168
.gros_bouton_validation {
168
.gros_bouton_validation {
169
	height: 50px;
169
	height: 50px;
170
	width: 200px;
170
	width: 200px;
-
 
171
	font-size: 20px;
171
	font-size: 20px;
172
	margin-top: 10x;
Line 172... Line 173...
172
	margin-top: 10x;
173
	margin-right:10px;
173
}
174
}
-
 
175
 
174
 
176
#saisie_liste_evenements {
Line 175... Line 177...
175
#saisie_liste_evenements {
177
	text-align: center;
176
	text-align: center;
178
	width:715px;
177
}
179
}
Line 199... Line 201...
199
 
201
 
200
.valider_formulaire:hover, .lien_modifier:hover {
202
.valider_formulaire:hover, .lien_modifier:hover {
201
	background-color: #CFCFCF;
203
	background-color: #CFCFCF;
Line -... Line 204...
-
 
204
}
-
 
205
 
-
 
206
#form_saisie_espece {
-
 
207
	margin-right: auto;
-
 
208
	margin-left: auto;	
202
}
209
}
203
 
210
 
204
.formulaire_informations_espece_mini {
211
.formulaire_informations_espece_mini {
205
	text-align: center;
212
	text-align: center;
206
	height:40px; 
213
	height:40px; 
Line 279... Line 286...
279
.observations_individu h4 {
286
.observations_individu h4 {
280
	padding: 5px;
287
	padding: 5px;
281
}
288
}
Line 282... Line 289...
282
 
289
 
-
 
290
.date_observation_individu {
-
 
291
 
-
 
292
}
-
 
293
 
Line 283... Line 294...
283
.date_observation_individu {
294
.calendrier {
Line 284... Line 295...
284
	
295
	
Line 335... Line 346...
335
}
346
}
Line 336... Line 347...
336
 
347
 
Line -... Line 348...
-
 
348
 
-
 
349
/* ============ Styles crées par des effets javascripts automatiques ===== */
-
 
350
 
-
 
351
.erreur_valeur {
337
 
352
	background-color: red;	
338
/* ============ Styles crées par des effets javascripts automatiques ===== */
353
}
339
 
354
 
340
.conteneur_type {
355
.conteneur_type {
341
	float: right;
356
	float: right;
Line 404... Line 419...
404
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
419
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
405
	background: #fff;
420
	background: #fff;
406
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
421
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
407
}
422
}
Line -... Line 423...
-
 
423
 
-
 
424
#onglets  {
-
 
425
	margin-left: 85px;
-
 
426
	margin-right: auto;
-
 
427
	position: relative;
-
 
428
	bottom: -1px;
-
 
429
	z-index: 1;
-
 
430
	clear:left;
-
 
431
}
408
 
432
 
409
.conteneur_onglets {
433
.conteneur_onglets {
410
	border: 1px solid #999;
-
 
411
	border-top: none;
434
	border: 1px solid #999;
412
	overflow: hidden;
435
	overflow: hidden;
413
	clear: both;
-
 
414
	float: left; width: 100%;
436
	float: left;
-
 
437
	background: #fff;
-
 
438
	position: relative;
415
	background: #fff;
439
	width:565px;
Line 416... Line 440...
416
}
440
}
417
 
441
 
418
.contenu_onglet {
442
.contenu_onglet {
-
 
443
	padding: 20px;
-
 
444
	font-size: 1.2em;
-
 
445
}
-
 
446
 
-
 
447
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
-
 
448
 
419
	padding: 20px;
449
.clearer {
420
	font-size: 1.2em;
450
	clear:both;