src/widgets/AnnotationsList.css
branchnew-model
changeset 902 14022f1d49ab
parent 882 61c384dda19e
child 903 d9da52e20f7f
equal deleted inserted replaced
900:7673d645a8e0 902:14022f1d49ab
    64 ul.Ldt-AnnotationsList-Tags {
    64 ul.Ldt-AnnotationsList-Tags {
    65     list-style: none;
    65     list-style: none;
    66     padding: 0;
    66     padding: 0;
    67     margin: 2px 0 0 82px;
    67     margin: 2px 0 0 82px;
    68 }
    68 }
       
    69 
    69 li.Ldt-AnnotationsList-Tag-Li {
    70 li.Ldt-AnnotationsList-Tag-Li {
    70     display: inline-block;
    71     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    71     margin: 2px;
    72     background: url(img/tag.png) left top no-repeat; font-weight: bold;
    72     background: #0068c4;
    73     cursor: pointer;
    73     color: #fff;
       
    74     padding: 2px;
       
    75     font-size: 12px;
       
    76 }
    74 }
       
    75 
       
    76 .Ldt-AnnotationsList-Tag-Li span {
       
    77     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
    78     background: url(img/tag.png) right top no-repeat;
       
    79 }
       
    80 
    77 li.Ldt-AnnotationsList-Tag-Li:hover {
    81 li.Ldt-AnnotationsList-Tag-Li:hover {
    78     background: #F7268E;
    82     background-position: left bottom;
    79 }
    83 }
       
    84 
       
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
       
    86     background-position: right bottom;
       
    87 }