Subversion Repositories eFlore/Applications.cel

Rev

Rev 3049 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3049 Rev 3050
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
4
body {
4
body {
5
	font-family: Arial;
5
	font-family: Arial;
6
	font-size: 12px;
6
	font-size: 12px;
7
}
7
}
8
 
8
 
9
h1 {
9
h1 {
10
	font-size: 1.6em;
10
	font-size: 1.6em;
11
}
11
}
12
 
12
 
13
h2 {
13
h2 {
14
	font-size: 1.4em;
14
	font-size: 1.4em;
15
	text-transform: uppercase;
15
	text-transform: uppercase;
16
	letter-spacing: 0.3em;
16
	letter-spacing: 0.3em;
17
	padding: 5px 10px;
17
	padding: 5px 10px;
18
	background: #A1CA10;
18
	background: #A1CA10;
19
	margin-bottom: 0;
19
	margin-bottom: 0;
20
	margin-left: 2px;
20
	margin-left: 2px;
21
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
21
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
22
	line-height: 2em;
22
	line-height: 2em;
23
}
23
}
24
 
24
 
25
a {
25
a {
26
	font-weight: bold;
26
	font-weight: bold;
27
}
27
}
28
 
28
 
29
/*+--------------------------------------------------------------------------------------------------------+*/
29
/*+--------------------------------------------------------------------------------------------------------+*/
30
/* Générique */
30
/* Générique */
31
.discretion {
31
.discretion {
32
	color: grey;
32
	color: grey;
33
	font-family: arial;
33
	font-family: arial;
34
	font-size: 11px;
34
	font-size: 11px;
35
}
35
}
36
 
36
 
37
.nom-sci {
37
.nom-sci {
38
	font-style: italic;
38
	font-style: italic;
39
}
39
}
40
 
40
 
41
.modal-fenetre {
41
.modal-fenetre {
42
	position: fixed;
42
	position: fixed;
43
	z-index: 1000;
43
	z-index: 1000;
44
	top: 0;
44
	top: 0;
45
	left: 0;
45
	left: 0;
46
	height: 100%;
46
	height: 100%;
47
	width: 100%;
47
	width: 100%;
48
	background: #777;
48
	background: #777;
49
	background: rgba(90,86,93,0.7);
49
	background: rgba(90,86,93,0.7);
50
	text-align: center;
50
	text-align: center;
51
}
51
}
52
 
52
 
53
.modal-contenu {
53
.modal-contenu {
54
	position: relative;
54
	position: relative;
55
	width: 30%;
55
	width: 30%;
56
	margin: 0 auto;
56
	margin: 0 auto;
57
	top: 30%;
57
	top: 30%;
58
}
58
}
59
 
59
 
60
/*+--------------------------------------------------------------------------------------------------------+*/
60
/*+--------------------------------------------------------------------------------------------------------+*/
61
/* Positionnement général */
61
/* Positionnement général */
62
#zone-appli {
62
#zone-appli {
63
	margin: 0 auto;
63
	margin: 0 auto;
64
	width: 600px;
64
	width: 600px;
65
}
65
}
66
 
66
 
67
/*+--------------------------------------------------------------------------------------------------------+*/
67
/*+--------------------------------------------------------------------------------------------------------+*/
68
/* Formulaire générique */
68
/* Formulaire générique */
69
legend {
69
legend {
70
	color: #000000;
70
	color: #000000;
71
	font-size: 1.2em;
71
	font-size: 1.2em;
72
	letter-spacing: 0.2em;
72
	letter-spacing: 0.2em;
73
	padding: 5px 10px;
73
	padding: 5px 10px;
74
	text-transform: uppercase;
74
	text-transform: uppercase;
75
	line-height: 1.2em;
75
	line-height: 1.2em;
76
	margin: 2px 2px 0;
76
	margin: 2px 2px 0;
77
	width: inherit;
77
	width: inherit;
78
}
78
}
79
 
79
 
80
fieldset {
80
fieldset {
81
	background-color: #A1CA10;
81
	background-color: #A1CA10;
82
	padding: 5px;
82
	padding: 5px;
83
}
83
}
84
 
84
 
85
/* Validation du formulaire */
85
/* Validation du formulaire */
86
label.error {
86
label.error {
87
	display: block;
87
	display: block;
88
	float: none;
88
	float: none;
89
	color: red;
89
	color: red;
90
	width: 100%;
90
	width: 100%;
91
}
91
}
92
 
92
 
93
label.error.valid {
93
label.error.valid {
94
	text-indent: -9999px;
94
	text-indent: -9999px;
95
	color: #468847;
95
	color: #468847;
96
	float: none;
96
	float: none;
97
	width: 0;
97
	width: 0;
98
	height: 0;
98
	height: 0;
99
}
99
}
100
 
100
 
101
/*-------------------------------------------------------*/
101
/*-------------------------------------------------------*/
102
/* Formulaire observateur */
102
/* Formulaire observateur */
103
#titre-form-observateur {
103
#titre-form-observateur {
104
	width: 250px;
104
	width: 250px;
105
}
105
}
106
 
106
 
107
#zone-identification {
107
#zone-identification {
108
	margin-left: 2px;
108
	margin-left: 2px;
109
}
109
}
110
 
110
 
111
#partie-identification {
111
#partie-identification {
112
	background: #A1CA10;
112
	background: #A1CA10;
113
	-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
113
	-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
114
}
114
}
115
 
115
 
116
/*+--------------------------------------------------------------------------------------------------------+*/
116
/*+--------------------------------------------------------------------------------------------------------+*/
117
/* Formulaire obs */
117
/* Formulaire obs */
118
#titre-form-obs {
118
#titre-form-obs {
119
	width: 250px;
119
	width: 250px;
120
}
120
}
121
 
121
 
122
#zone-fiche-terrain, 
122
#zone-fiche-terrain, 
123
#zone-fiche-terrain-photo {
123
#zone-fiche-terrain-photo {
124
	background: #A1CA10;
124
	background: #A1CA10;
125
	width: 600px;
125
	width: 600px;
126
	margin-left: 2px;
126
	margin-left: 2px;
127
	padding-bottom: 10px;
127
	padding-bottom: 10px;
128
}
128
}
129
 
129
 
130
#zone-fiche-terrain {
130
#zone-fiche-terrain {
131
	-webkit-border-radius: 0 10px 0 0;
131
	-webkit-border-radius: 0 10px 0 0;
132
	-moz-border-radius: 0 10px 0 0;
132
	-moz-border-radius: 0 10px 0 0;
133
	border-radius: 0 10px 0 0;
133
	border-radius: 0 10px 0 0;
134
	padding-top: 10px;
134
	padding-top: 10px;
135
}
135
}
136
 
136
 
137
#zone-fiche-terrain-photo {
137
#zone-fiche-terrain-photo {
138
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
138
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
139
	margin-top: -20px;
139
	margin-top: -20px;
140
}
140
}
141
 
141
 
142
#partie-station, 
142
#partie-station, 
143
#partie-observation, 
143
#partie-observation, 
144
#partie-photo, 
144
#partie-photo, 
145
#partie-date {
145
#partie-date {
146
	margin: 0 10px 10px;
146
	margin: 0 10px 10px;
147
	background: #E5E5E5;
147
	background: #E5E5E5;
148
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
148
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
149
}
149
}
150
 
150
 
151
#partie-station legend, 
151
#partie-station legend, 
152
#partie-observation legend, 
152
#partie-observation legend, 
153
#partie-photo legend, 
153
#partie-photo legend, 
154
#partie-date legend{
154
#partie-date legend{
155
	background: #E5E5E5;
155
	background: #E5E5E5;
156
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
156
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
157
}
157
}
158
 
158
 
159
/* Liste des taxons */
159
/* Liste des taxons */
160
#taxon-liste optgroup + optgroup {
160
#taxon-liste optgroup + optgroup {
161
	border-top: 1px solid black;
161
	border-top: 1px solid black;
162
}
162
}
163
 
163
 
164
/* certitude */
164
/* certitude */
165
#certitude-controls input[type="radio"] {
165
#certitude-controls input[type="radio"] {
166
	vertical-align: text-bottom;
166
	vertical-align: text-bottom;
167
}
167
}
168
 
168
 
169
/* milieux */
169
/* milieux */
170
#milieux-controls, #taxon-liste-controls {
170
#milieux-controls, #taxon-liste-controls {
171
	margin-left: 0;
171
	margin-left: 0;
172
}
172
}
173
 
173
 
174
/*-------------------------------------------------------*/
174
/*-------------------------------------------------------*/
175
/* Géolocalisation */
175
/* Géolocalisation */
176
#map-canvas {
176
#map-canvas {
177
	height: 340px;
177
	height: 340px;
178
	margin-bottom: 5px;
178
	margin-bottom: 5px;
179
	margin-top: -10px;
179
	margin-top: -10px;
180
}
180
}
181
 
181
 
182
#map-container {
182
#map-container {
183
	margin-left: 0;
183
	margin-left: 0;
184
}
184
}
185
 
185
 
186
#map-canvas img {
186
#map-canvas img {
187
	max-width: none;
187
	max-width: none;
188
}
188
}
189
 
189
 
190
.coordonnees-geo, .lat-lon-info {
190
.coordonnees-geo, .lat-lon-info {
191
	font-size: 10px;
191
	font-size: 10px;
192
}
192
}
193
 
193
 
194
#info-commune {
194
#info-commune {
195
	text-align: right;
195
	text-align: right;
196
	padding-right: 20px;
196
	padding-right: 20px;
197
}
197
}
198
 
198
 
199
.afficher-coord {
199
.afficher-coord {
200
	font-size: 10px;
200
	font-size: 10px;
201
}
201
}
202
 
202
 
203
.indication_geolocalisation {
203
.indication_geolocalisation {
204
	color: #118811;
204
	color: #118811;
205
	font-style: italic;
205
	font-style: italic;
206
	font-weight: bold;
206
	font-weight: bold;
207
	font-weight: 0.9em;
207
	font-weight: 0.9em;
208
	height: 50px;
208
	height: 50px;
209
}
209
}
210
 
210
 
211
/*+--------------------------------------------------------------------------------------------------------+*/
211
/*+--------------------------------------------------------------------------------------------------------+*/
212
/* Gestion des photos */
212
/* Gestion des photos */
213
 
213
 
214
/* Form d'ajout des photos */
214
/* Form d'ajout des photos */
215
#form-upload .miniature {
215
#form-upload .miniature {
216
	float: left;
216
	float: left;
217
	height: 130px;
217
	height: 130px;
218
	margin: 5px;
218
	margin: 5px;
219
}
219
}
220
 
220
 
221
#form-upload .miniature-img {
221
#form-upload .miniature-img {
222
	display: block;
222
	display: block;
223
	height: 100px;
223
	height: 100px;
224
}
224
}
225
 
225
 
226
#form-upload .miniature-chargement {
226
#form-upload .miniature-chargement {
227
	height: 100px;
227
	height: 100px;
228
	width: 100px;	
228
	width: 100px;	
229
}
229
}
230
 
230
 
231
#photos-conteneur {
231
#photos-conteneur {
232
	height: 120px;
232
	height: 120px;
233
}
233
}
234
 
234
 
235
/* Images d'une observation */
235
/* Images d'une observation */
236
.obs .obs-miniatures {
236
.obs .obs-miniatures {
237
	min-width: 150px;
237
	min-width: 150px;
238
	margin-right: 5px;
238
	margin-right: 5px;
239
	background-color: #524C47;
239
	background-color: #524C47;
240
	padding: 4px 0;
240
	padding: 4px 0;
241
}
241
}
242
 
242
 
243
.obs .miniature {
243
.obs .miniature {
244
	display: block;
244
	display: block;
245
	height: 100px;
245
	height: 100px;
246
	margin: 0 auto;
246
	margin: 0 auto;
-
 
247
	background-size: cover;
247
}
248
}
248
 
249
 
249
.defilement {
250
.defilement {
250
	position: relative;
251
	position: relative;
251
	padding: 8px 0;
252
	padding: 8px 0;
252
}
253
}
253
 
254
 
254
.defilement-control-zone {
255
.defilement-control-zone {
255
	display: block;
256
	display: block;
256
	z-index: 2;
257
	z-index: 2;
257
	position: absolute;
258
	position: absolute;
258
	top: 0;
259
	top: 0;
259
	width: 50%;
260
	width: 50%;
260
	height: 116px;
261
	height: 116px;
261
}
262
}
262
 
263
 
263
.defilement-control-zone.gauche {
264
.defilement-control-zone.gauche {
264
	left: 0;
265
	left: 0;
265
}
266
}
266
 
267
 
267
.defilement-control-zone.droite {
268
.defilement-control-zone.droite {
268
	right: 0;
269
	right: 0;
269
}
270
}
270
 
271
 
271
.defilement-control {
272
.defilement-control {
272
	display: block;
273
	display: block;
273
	position: absolute;
274
	position: absolute;
274
	top: 35%;
275
	top: 35%;
275
	width: 20px;
276
	width: 20px;
276
	height: 20px;
277
	height: 20px;
277
	line-height: 20px;
278
	line-height: 20px;
278
	font-size: 17px;
279
	font-size: 17px;
279
	font-weight: 100;
280
	font-weight: 100;
280
	text-align: center;
281
	text-align: center;
281
	vertical-align: middle;
282
	vertical-align: middle;
282
	border: 3px solid white;
283
	border: 3px solid white;
283
	border-radius: 20px;
284
	border-radius: 20px;
284
	color: white;
285
	color: white;
285
	opacity: 1;
286
	opacity: 1;
286
	background: none repeat scroll 0 0 #524C47;
287
	background: none repeat scroll 0 0 #524C47;
287
	cursor: pointer;
288
	cursor: pointer;
288
}
289
}
289
 
290
 
290
.defilement-control.gauche {
291
.defilement-control.gauche {
291
	left: 3%;
292
	left: 3%;
292
}
293
}
293
 
294
 
294
.defilement-control.droite {
295
.defilement-control.droite {
295
	right: 3%;
296
	right: 3%;
296
}
297
}
297
 
298
 
298
.defilement-miniatures-cache {
299
.defilement-miniatures-cache {
299
	visibility: hidden;
300
	visibility: hidden;
300
}
301
}
301
 
302
 
302
.obs .miniature-cachee {
303
.obs .miniature-cachee {
303
	display: none;
304
	display: none;
304
}
305
}
305
 
306
 
306
.defilement-indicateurs {
307
.defilement-indicateurs {
307
	list-style: none outside none;
308
	list-style: none outside none;
308
	margin: 0;
309
	margin: 0;
309
	position: absolute;
310
	position: absolute;
310
	left: 0;
311
	left: 0;
311
	bottom: 2px;
312
	bottom: 2px;
312
	z-index: 5;
313
	z-index: 5;
313
}
314
}
314
 
315
 
315
.defilement-indicateurs li {
316
.defilement-indicateurs li {
316
	background-color: rgba(255, 255, 255, 0.25);
317
	background-color: rgba(255, 255, 255, 0.25);
317
	border-radius: 2px;
318
	border-radius: 2px;
318
	border: 1px solid lightgrey;
319
	border: 1px solid lightgrey;
319
	display: block;
320
	display: block;
320
	float: left;
321
	float: left;
321
	height: 4px;
322
	height: 4px;
322
	margin-left: 2px;
323
	margin-left: 2px;
323
	text-indent: -999px;
324
	text-indent: -999px;
324
	width: 4px;
325
	width: 4px;
325
}
326
}
326
 
327
 
327
.defilement-indicateurs .active {
328
.defilement-indicateurs .active {
328
	background-color: #FFFFFF;
329
	background-color: #FFFFFF;
329
}
330
}
330
 
331
 
331
/*-------------------------------------------------------*/
332
/*-------------------------------------------------------*/
332
/* Observations */
333
/* Observations */
333
#titre-liste-obs {
334
#titre-liste-obs {
334
	margin-top: 0;
335
	margin-top: 0;
335
	padding-top: 0;
336
	padding-top: 0;
336
}
337
}
337
 
338
 
338
#zone-liste-obs {
339
#zone-liste-obs {
339
	margin-bottom: 20px;
340
	margin-bottom: 20px;
340
	background-color: #A1CA10;
341
	background-color: #A1CA10;
341
	padding: 5px;
342
	padding: 5px;
342
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
343
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
343
}
344
}
344
 
345
 
345
#zone-liste-obs .well {
346
#zone-liste-obs .well {
346
	background-color: #A1CA10;
347
	background-color: #A1CA10;
347
	margin: 0 5px 5px 5px;
348
	margin: 0 5px 5px 5px;
348
}
349
}
349
 
350
 
350
#liste-obs .well{
351
#liste-obs .well {
351
	background-color: #E0DFDE;
352
	background-color: #E0DFDE;
-
 
353
}
-
 
354
 
-
 
355
#liste-obs .thumbnail {
-
 
356
	width: 100px;
352
}
357
}
353
 
358
 
354
#obs-titre {
359
#obs-titre {
355
	margin-right: 20px;
360
	margin-right: 20px;
356
}
361
}
357
 
362
 
358
#form-date {
363
#form-date {
359
	margin: 10px 0;
364
	margin: 10px 0;
360
	line-height: 40px;
365
	line-height: 40px;
361
}
366
}
362
 
367
 
363
.ns-retenu {
368
.ns-retenu {
364
	font-weight: bold;	
369
	font-weight: bold;	
365
}
370
}
366
 
371
 
367
.nn {
372
.nn {
368
	color: #3B9D3B;
373
	color: #3B9D3B;
369
}
374
}
370
 
375
 
371
.obs .nom-sci {
376
.obs .nom-sci {
372
	font-size:1.5em;
377
	font-size:1.5em;
373
	font-weight:bold;
378
	font-weight:bold;
374
}
379
}
375
 
380
 
376
.commune, 
381
.commune, 
377
.date {
382
.date {
378
	font-size: 1.3em;
383
	font-size: 1.3em;
379
	font-weight: bold;
384
	font-weight: bold;
380
}
385
}
381
 
386
 
382
.obs-action {
387
.obs-action {
383
	opacity: 1;
388
	opacity: 1;
384
}
389
}
385
 
390
 
386
#ajouter-obs {
391
#ajouter-obs {
387
	margin-left: 407px;
392
	margin-left: 407px;
388
	font-size: 20px;
393
	font-size: 20px;
389
	background: #181;
394
	background: #181;
390
	color: #FFF;
395
	color: #FFF;
391
	width: 137px;
396
	width: 137px;
392
}
397
}
393
 
398
 
394
#transmettre-obs {
399
#transmettre-obs {
395
	font-size: 20px;
400
	font-size: 20px;
396
	background: #811;
401
	background: #811;
397
	color: #FFF;
402
	color: #FFF;
398
}
403
}
399
 
404
 
400
#barre-progression-upload span {
405
#barre-progression-upload span {
401
	color : #333333;
406
	color : #333333;
402
}
407
}
403
 
408
 
404
#liste-obs .obs-erreur {
409
#liste-obs .obs-erreur {
405
	background-color: #DD6E6E;
410
	background-color: #DD6E6E;
406
}
411
}
407
 
412
 
408
#lien-tuto-photo {
413
#lien-tuto-photo {
409
	color:#118811;
414
	color:#118811;
410
}
415
}
411
 
416
 
412
#indication-nom-rue {
417
#indication-nom-rue {
413
    -moz-user-select: none;
418
    -moz-user-select: none;
414
    background-clip: padding-box;
419
    background-clip: padding-box;
415
    background-color: #fff;
420
    background-color: #fff;
416
    border: 4px solid #118811;
421
    border: 4px solid #118811;
417
    border-bottom-left-radius: 2px;
422
    border-bottom-left-radius: 2px;
418
    border-top-left-radius: 2px;
423
    border-top-left-radius: 2px;
419
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
424
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
420
    color: #565656;
425
    color: #565656;
421
    direction: ltr;
426
    direction: ltr;
422
    font-family: Roboto,Arial,sans-serif;
427
    font-family: Roboto,Arial,sans-serif;
423
    font-size: 11px;
428
    font-size: 11px;
424
    left: 40px;
429
    left: 40px;
425
    min-width: 25px;
430
    min-width: 25px;
426
    overflow: hidden;
431
    overflow: hidden;
427
    padding: 1px 6px;
432
    padding: 1px 6px;
428
    position: relative;
433
    position: relative;
429
    text-align: center;
434
    text-align: center;
430
    top: -8px;
435
    top: -8px;
431
    visibility: hidden;
436
    visibility: hidden;
432
    width: 370px;
437
    width: 370px;
433
    z-index: 10;
438
    z-index: 10;
434
}
439
}
435
 
440
 
436
#indication-nom-rue-nom {
441
#indication-nom-rue-nom {
437
	display: inline-block;
442
	display: inline-block;
438
	height: 14px;
443
	height: 14px;
439
    max-width: 322px;
444
    max-width: 322px;
440
    overflow: hidden;
445
    overflow: hidden;
441
    text-overflow: ellipsis;
446
    text-overflow: ellipsis;
442
}
447
}
443
 
448
 
444
.navigation-rue, .navigation-rue:active {
449
.navigation-rue, .navigation-rue:active {
445
	display: inline-block;
450
	display: inline-block;
446
	color: black;
451
	color: black;
447
	font-size: 20px;
452
	font-size: 20px;
448
    margin-top: -4px;
453
    margin-top: -4px;
449
}
454
}
450
 
455
 
451
#indication-nom-rue-precedent {
456
#indication-nom-rue-precedent {
452
	float: left;
457
	float: left;
453
}
458
}
454
 
459
 
455
#indication-nom-rue-suivant {
460
#indication-nom-rue-suivant {
456
	float: right;
461
	float: right;
457
}
462
}
458
 
463
 
459
#indication-nom-rue img {
464
#indication-nom-rue img {
460
    height: 15px;
465
    height: 15px;
461
    margin-bottom: 2px;
466
    margin-bottom: 2px;
462
}
467
}
463
 
468
 
464
#logo-titre{
469
#logo-titre{
465
	width: 50%;
470
	width: 50%;
466
	height: 50%;
471
	height: 50%;
467
}
472
}
468
 
473
 
469
/*-------------------------------------------------------*/
474
/*-------------------------------------------------------*/
470
/* Autocomplete */
475
/* Autocomplete */
471
.valeur-defaut-recherche {
476
.valeur-defaut-recherche {
472
	color: #848484;
477
	color: #848484;
473
	font-style: italic;	
478
	font-style: italic;	
474
	font-weight: 0.9em;
479
	font-weight: 0.9em;
475
}
480
}
476
 
481
 
477
 
482
 
478
/*-------------------------------------------------------*/
483
/*-------------------------------------------------------*/
479
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
484
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
480
.row-fluid .span3 {
485
.row-fluid .span3 {
481
    width: 23.0769%;
486
    width: 23.0769%;
482
    float: left;
487
    float: left;
483
}
488
}
484
 
489