src/widgets/Annotation.css
branchnew-model
changeset 904 510ebab76fa3
parent 902 14022f1d49ab
child 923 b3ee7d1b472a
--- a/src/widgets/Annotation.css	Tue May 15 15:50:19 2012 +0200
+++ b/src/widgets/Annotation.css	Fri May 18 18:23:51 2012 +0200
@@ -79,17 +79,18 @@
     display: none;
 }
 
-span.Ldt-Annotation-TagTitle {
-    display: inline-block; margin: 5px 2px 0 0; font-size: 12px;
+.Ldt-Annotation-TagTitle {
+    margin: 5px 0 2px; font-size: 12px;
 }
 
 ul.Ldt-Annotation-Tags {
-    display: inline-block; list-style: none; padding: 0; margin: 5px 0;
+    display: inline; list-style: none; padding: 0; margin: 5px 0;
 }
 
 li.Ldt-Annotation-TagLabel {
     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
-    background: url(img/tag.png) left top no-repeat; font-weight: bold;
+    background: url(img/tag.png) left top no-repeat;
+    cursor: pointer;
 }
 
 .Ldt-Annotation-TagLabel span {
@@ -97,6 +98,14 @@
     background: url(img/tag.png) right top no-repeat;
 }
 
+li.Ldt-Annotation-TagLabel:hover {
+    background-position: left -23px;
+}
+
+.Ldt-Annotation-TagLabel:hover span {
+    background-position: right -23px;
+}
+
 .Ldt-Annotation-MashupOrigin {
     display: none;
 }