Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2748 Rev 2749
Line 397... Line 397...
397
 
397
 
398
#indication-nom-rue {
398
#indication-nom-rue {
399
    -moz-user-select: none;
399
    -moz-user-select: none;
400
    background-clip: padding-box;
400
    background-clip: padding-box;
401
    background-color: #fff;
401
    background-color: #fff;
402
    border: 2px solid #118811;
-
 
403
    /**border: 1px solid rgba(0, 0, 0, 0.15);**/
402
    border: 4px solid #118811;
404
    border-bottom-left-radius: 2px;
403
    border-bottom-left-radius: 2px;
405
    border-top-left-radius: 2px;
404
    border-top-left-radius: 2px;
406
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
405
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
407
    color: #565656;
406
    color: #565656;
408
    direction: ltr;
407
    direction: ltr;
409
    font-family: Roboto,Arial,sans-serif;
408
    font-family: Roboto,Arial,sans-serif;
410
    font-size: 11px;
409
    font-size: 11px;
411
    left: 40px;
-
 
412
    width: 370px;
410
    left: 40px;
413
    min-width: 25px;
411
    min-width: 25px;
414
    overflow: hidden;
412
    overflow: hidden;
415
    padding: 1px 6px;
413
    padding: 1px 6px;
416
    position: relative;
414
    position: relative;
417
    text-align: center;
415
    text-align: center;
-
 
416
    top: -8px;
-
 
417
    visibility: hidden;
418
    top: -11px;
418
    width: 370px;
419
    z-index: 10;
-
 
420
   	visibility:hidden;
419
    z-index: 10;
Line 421... Line 420...
421
}
420
}
422
 
421
 
423
#indication-nom-rue-nom {
422
#indication-nom-rue-nom {