Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2712 Rev 2745
Line 237... Line 237...
237
 
237
 
238
/* Géolocalisation */
238
/* Géolocalisation */
239
#map-canvas {
239
#map-canvas {
240
	height: 280px;
240
	height: 280px;
-
 
241
	margin-bottom: 5px;
241
	margin-bottom: 5px;
242
	margin-top: -40px;
Line 242... Line 243...
242
}
243
}
243
 
244
 
244
#map-canvas img {
245
#map-canvas img {
Line 335... Line 336...
335
 
336
 
336
#liste-obs .obs-erreur {
337
#liste-obs .obs-erreur {
337
	background-color: #DD6E6E;
338
	background-color: #DD6E6E;
Line -... Line 339...
-
 
339
}
-
 
340
 
-
 
341
 
-
 
342
#indication-nom-rue {
-
 
343
    -moz-user-select: none;
-
 
344
    background-clip: padding-box;
-
 
345
    background-color: #fff;
-
 
346
    border: 1px solid rgba(0, 0, 0, 0.15);
-
 
347
    border-bottom-left-radius: 2px;
-
 
348
    border-top-left-radius: 2px;
-
 
349
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
-
 
350
    color: #565656;
-
 
351
    direction: ltr;
-
 
352
    font-family: Roboto,Arial,sans-serif;
-
 
353
    font-size: 11px;
-
 
354
    left: 40px;
-
 
355
    width: 288px;
-
 
356
    min-width: 25px;
-
 
357
    overflow: hidden;
-
 
358
    padding: 1px 6px;
-
 
359
    position: relative;
-
 
360
    text-align: center;
-
 
361
    top: -11px;
-
 
362
    z-index: 10;
-
 
363
   	visibility:hidden;
-
 
364
}
-
 
365
 
-
 
366
#indication-nom-rue-nom {
-
 
367
	display: inline-block;
-
 
368
    height: 14px;
-
 
369
    max-width: 240px;
-
 
370
    overflow: hidden;
-
 
371
    text-overflow: ellipsis;
-
 
372
}
-
 
373
 
-
 
374
.navigation-rue, .navigation-rue:active {
-
 
375
	display: inline-block;
-
 
376
	color: black;
-
 
377
	font-size: 20px;
-
 
378
    margin-top: -4px;
-
 
379
}
-
 
380
 
-
 
381
#indication-nom-rue-precedent {
-
 
382
	float: left;
-
 
383
}
-
 
384
 
-
 
385
#indication-nom-rue-suivant {
-
 
386
	float: right;
-
 
387
}
-
 
388
 
-
 
389
#indication-nom-rue img {
-
 
390
    height: 15px;
-
 
391
    margin-bottom: 2px;
338
}
392
}
339
 
393
 
340
/*+--------------------------------------------------------------------------------------------------------+*/
394
/*+--------------------------------------------------------------------------------------------------------+*/
341
/* SLIDERs */
395
/* SLIDERs */
342
.slider-on {
396
.slider-on {