From f7b1fa88fa11940ab0d95933488a05f9a69a0f55 Mon Sep 17 00:00:00 2001 From: Felipe Uribe Date: Sun, 24 Nov 2013 19:42:14 -0500 Subject: [PATCH] double ../ header.tpl= {$css_dir}/jquery/uniform.default.css | ..homedir//jquery/uniform.default.css ok= {$css_dir}jquery/uniform.default.css |= homedir/jquery/uniform.default.css --- themes/default-bootstrap/css/jquery/uniform.default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default-bootstrap/css/jquery/uniform.default.css b/themes/default-bootstrap/css/jquery/uniform.default.css index 99e2cd561..c9ab86175 100644 --- a/themes/default-bootstrap/css/jquery/uniform.default.css +++ b/themes/default-bootstrap/css/jquery/uniform.default.css @@ -10,7 +10,7 @@ http://uniformjs.com/ */ /* General settings */ div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span { - background-image: url("../../../img/jquery/uniform/sprite.png"); + background-image: url("../../img/jquery/uniform/sprite.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased; } @@ -27,7 +27,7 @@ div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker * } .highContrastDetect { - background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0; + background: url("../../img/jquery/uniform/bg-input.png") repeat-x 0 0; width: 0px; height: 0px; }