src/widgets/AnnotationsList.css
branchnew-model
changeset 904 510ebab76fa3
parent 903 d9da52e20f7f
child 924 64c2eaafe5e2
--- a/src/widgets/AnnotationsList.css	Tue May 15 15:50:19 2012 +0200
+++ b/src/widgets/AnnotationsList.css	Fri May 18 18:23:51 2012 +0200
@@ -69,7 +69,7 @@
 
 li.Ldt-AnnotationsList-Tag-Li {
     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;
 }
 
@@ -79,9 +79,9 @@
 }
 
 li.Ldt-AnnotationsList-Tag-Li:hover {
-    background-position: left bottom;
+    background-position: left -23px;
 }
 
 .Ldt-AnnotationsList-Tag-Li:hover span {
-    background-position: right bottom;
+    background-position: right -23px;
 }
\ No newline at end of file