src/widgets/Annotation.css
branchnew-model
changeset 904 510ebab76fa3
parent 902 14022f1d49ab
child 923 b3ee7d1b472a
equal deleted inserted replaced
903:d9da52e20f7f 904:510ebab76fa3
    77 
    77 
    78 .Ldt-Annotation-NoTags {
    78 .Ldt-Annotation-NoTags {
    79     display: none;
    79     display: none;
    80 }
    80 }
    81 
    81 
    82 span.Ldt-Annotation-TagTitle {
    82 .Ldt-Annotation-TagTitle {
    83     display: inline-block; margin: 5px 2px 0 0; font-size: 12px;
    83     margin: 5px 0 2px; font-size: 12px;
    84 }
    84 }
    85 
    85 
    86 ul.Ldt-Annotation-Tags {
    86 ul.Ldt-Annotation-Tags {
    87     display: inline-block; list-style: none; padding: 0; margin: 5px 0;
    87     display: inline; list-style: none; padding: 0; margin: 5px 0;
    88 }
    88 }
    89 
    89 
    90 li.Ldt-Annotation-TagLabel {
    90 li.Ldt-Annotation-TagLabel {
    91     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    91     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    92     background: url(img/tag.png) left top no-repeat; font-weight: bold;
    92     background: url(img/tag.png) left top no-repeat;
       
    93     cursor: pointer;
    93 }
    94 }
    94 
    95 
    95 .Ldt-Annotation-TagLabel span {
    96 .Ldt-Annotation-TagLabel span {
    96     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
    97     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
    97     background: url(img/tag.png) right top no-repeat;
    98     background: url(img/tag.png) right top no-repeat;
       
    99 }
       
   100 
       
   101 li.Ldt-Annotation-TagLabel:hover {
       
   102     background-position: left -23px;
       
   103 }
       
   104 
       
   105 .Ldt-Annotation-TagLabel:hover span {
       
   106     background-position: right -23px;
    98 }
   107 }
    99 
   108 
   100 .Ldt-Annotation-MashupOrigin {
   109 .Ldt-Annotation-MashupOrigin {
   101     display: none;
   110     display: none;
   102 }
   111 }