Index: branches/1.0.x/inc/category.css =================================================================== diff -u -N -r14600 -r14708 --- branches/1.0.x/inc/category.css (.../category.css) (revision 14600) +++ branches/1.0.x/inc/category.css (.../category.css) (revision 14708) @@ -36,7 +36,7 @@ width: 48px; height: 21px; display: block; - background: url(/i/display-view.png) no-repeat 0 0; + background: url(@templates_base@/img/display-view.png) no-repeat 0 0; outline: none; text-indent: -9999px; } @@ -52,7 +52,7 @@ width: auto; } .items .ribbon { - background: url(/i/ribbon.png) no-repeat 0 0; + background: url(@templates_base@/img/ribbon.png) no-repeat 0 0; height: 40px; position: absolute; top: -3px; right: -26px; @@ -108,7 +108,7 @@ } .items .item .price-block em.price span { font-size: 0.708em; } .items .item .price-block .addtocart { - background: url(/i/addtocart-left.jpg) no-repeat 0 0; + background: url(@templates_base@/img/addtocart-left.jpg) no-repeat 0 0; color: #faffed; display: inline-block; font-size: 1.077em; @@ -117,7 +117,7 @@ text-decoration: none; } .items .item .price-block .addtocart span { - background: url(/i/addtocart-right.jpg) no-repeat 100% 0; + background: url(@templates_base@/img/addtocart-right.jpg) no-repeat 100% 0; display: inline-block; height: 33px; line-height: 33px; @@ -175,7 +175,7 @@ .pagination { padding-top: 20px; text-align: center; } .pagination span, .pagination a { - background: url(/i/paginate.png) no-repeat -28px 0; + background: url(@templates_base@/img/paginate.png) no-repeat -28px 0; color: #fff; display: inline-block; font-size: 1.308em; @@ -207,11 +207,13 @@ } /*** Searchbox ***/ +/* .form { padding: 10px 0; } .form input[type="text"] { border: none; - background: #fff url(/i/bg-searchfield.jpg) no-repeat 0 0; + background: #fff url(@templates_base@/img/bg-searchfield.jpg) no-repeat 0 0; height: 23px; padding: 2px 5px 2px 35px; width: 162px; } +*/