src/ldtplatform/static/ldt/css/web_front_common.css
changeset 359 7b0f10610cdf
parent 358 d598aee04142
child 360 cf9bdf23358c
equal deleted inserted replaced
358:d598aee04142 359:7b0f10610cdf
     1 #footer li:first-child {
       
     2     float: left;
       
     3     border-left: 1px solid #484848;
       
     4     padding-top: 0px;
       
     5     padding-bottom: 0px;
       
     6 }
       
     7 
       
     8 #footer li:first-child span {
       
     9     display: inline-block;
       
    10     vertical-align: top;
       
    11 }
       
    12 
       
    13 #footer li:first-child span:first-child {
       
    14     padding-top: 4px;
       
    15 }
       
    16 
       
    17 
       
    18 .connectis-logo {
       
    19     font-size: 1px;
       
    20     line-height: 0;
       
    21     text-indent: -9999px;
       
    22     overflow: hidden;
       
    23     min-width: 102px;
       
    24     background: url(../img/connectis.png) center no-repeat;
       
    25     background-size: 100px 22px;
       
    26     padding: 0;
       
    27     min-height: 22px;
       
    28     width: 102px;
       
    29     display: inline-block;
       
    30     background-position: 1px 0px;
       
    31 }