src/widgets/AnnotationsList.css
branchnew-model
changeset 902 14022f1d49ab
parent 882 61c384dda19e
child 903 d9da52e20f7f
--- a/src/widgets/AnnotationsList.css	Fri May 11 19:22:13 2012 +0200
+++ b/src/widgets/AnnotationsList.css	Mon May 14 16:59:07 2012 +0200
@@ -66,14 +66,22 @@
     padding: 0;
     margin: 2px 0 0 82px;
 }
+
 li.Ldt-AnnotationsList-Tag-Li {
-    display: inline-block;
-    margin: 2px;
-    background: #0068c4;
-    color: #fff;
-    padding: 2px;
-    font-size: 12px;
+    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;
+    cursor: pointer;
+}
+
+.Ldt-AnnotationsList-Tag-Li span {
+    display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
+    background: url(img/tag.png) right top no-repeat;
 }
+
 li.Ldt-AnnotationsList-Tag-Li:hover {
-    background: #F7268E;
+    background-position: left bottom;
 }
+
+.Ldt-AnnotationsList-Tag-Li:hover span {
+    background-position: right bottom;
+}
\ No newline at end of file