css enhancement
authorcavaliet
Tue, 02 Sep 2014 15:13:42 +0200
changeset 325 d58ab6429d5a
parent 324 573043a98b44
child 326 fc8961398609
css enhancement
src/hdalab/static/hdalab/css/additionnal_renkan.css
src/hdalab/static/hdalab/img/tag_purple.png
--- a/src/hdalab/static/hdalab/css/additionnal_renkan.css	Tue Sep 02 12:14:38 2014 +0200
+++ b/src/hdalab/static/hdalab/css/additionnal_renkan.css	Tue Sep 02 15:13:42 2014 +0200
@@ -18,9 +18,16 @@
     box-sizing: border-box;
 }
 .Rk-HdaNotices-Title-Icon {
-    background: url("../img/page_icon.png") no-repeat 0 -5px;
+    background: url("../img/page_icon.png") no-repeat -3px -5px;
     height: 20px;
 }
 .Rk-HdaNotices-Search-Icon {
-    background: url("../img/page_icon.png") no-repeat 0 -5px;
+    background: url("../img/page_icon.png") no-repeat -3px -6px;
+}
+.Rk-HdaTags-Title-Icon {
+    background: url("../img/tag_purple.png") no-repeat 5px 3px;
+    height: 20px;
+}
+.Rk-HdaTags-Search-Icon {
+    background: url("../img/tag_purple.png") no-repeat 5px 2px;
 }
\ No newline at end of file
Binary file src/hdalab/static/hdalab/img/tag_purple.png has changed