# HG changeset patch # User cavaliet # Date 1409663622 -7200 # Node ID d58ab6429d5ab575d743574e3932087ad24c7cb4 # Parent 573043a98b44f51cae3e01fdb519ab006f1044b7 css enhancement diff -r 573043a98b44 -r d58ab6429d5a src/hdalab/static/hdalab/css/additionnal_renkan.css --- 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 diff -r 573043a98b44 -r d58ab6429d5a src/hdalab/static/hdalab/img/tag_purple.png Binary file src/hdalab/static/hdalab/img/tag_purple.png has changed