src/widgets/AnnotationsList.css
branchnew-model
changeset 904 510ebab76fa3
parent 903 d9da52e20f7f
child 924 64c2eaafe5e2
equal deleted inserted replaced
903:d9da52e20f7f 904:510ebab76fa3
    67     margin: 2px 0 0 82px;
    67     margin: 2px 0 0 82px;
    68 }
    68 }
    69 
    69 
    70 li.Ldt-AnnotationsList-Tag-Li {
    70 li.Ldt-AnnotationsList-Tag-Li {
    71     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    71     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    72     background: url(img/tag.png) left top no-repeat; font-weight: bold;
    72     background: url(img/tag.png) left top no-repeat;
    73     cursor: pointer;
    73     cursor: pointer;
    74 }
    74 }
    75 
    75 
    76 .Ldt-AnnotationsList-Tag-Li span {
    76 .Ldt-AnnotationsList-Tag-Li span {
    77     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
    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;
    78     background: url(img/tag.png) right top no-repeat;
    79 }
    79 }
    80 
    80 
    81 li.Ldt-AnnotationsList-Tag-Li:hover {
    81 li.Ldt-AnnotationsList-Tag-Li:hover {
    82     background-position: left bottom;
    82     background-position: left -23px;
    83 }
    83 }
    84 
    84 
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
    86     background-position: right bottom;
    86     background-position: right -23px;
    87 }
    87 }