client/css/controlpanel.css
changeset 31 7b76d97e3051
parent 26 83cf3d8be396
child 40 c0205b71e013
equal deleted inserted replaced
30:80040858c006 31:7b76d97e3051
     6     background-image: -moz-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     6     background-image: -moz-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     7     background-image: -webkit-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     7     background-image: -webkit-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     8     background-image: -ms-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     8     background-image: -ms-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
     9     top: 0; height: 100%;
     9     top: 0; height: 100%;
    10     border-right: 4px solid #666666;
    10     border-right: 4px solid #666666;
    11 }
    11     z-index: 20;
    12 #btv-cp-container:hover {
       
    13     left: 0;
       
    14 }
    12 }
    15 .btv-cp-line {
    13 .btv-cp-line {
    16     position: relative; width: 100%; height: 100%; margin: 0 auto;
    14     position: relative; width: 100%; height: 100%; margin: 0 auto;
    17 }
    15 }
    18 .btv-cp-element {
    16 .btv-cp-element {
    52     font-style: italic;
    50     font-style: italic;
    53 }
    51 }
    54 .btv-cp-tweet-from {
    52 .btv-cp-tweet-from {
    55     font-weight: bold;
    53     font-weight: bold;
    56 }
    54 }
       
    55 
       
    56 .btv-cp-tweet-remove {
       
    57     background-position: -30px 0;
       
    58 }
       
    59 
    57 .btv-cp-liste-tweets li:hover {
    60 .btv-cp-liste-tweets li:hover {
    58     background: #00f; color: #fff;
    61     background: #00f; color: #fff;
    59 }
    62 }
    60 
    63 
    61 .btv-cp-highlight {
    64 .btv-cp-highlight {