From 61b8ea9e1af74e2056e18b02c170a899de9abd1b Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 6 Jan 2013 13:23:16 +0000 Subject: Fix slider in Redbasic --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f600f5272..1d191b4a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3526,6 +3526,7 @@ div.jGrowl div.info { } + .jslider .jslider-scale ins { color: #333; font-size: 12px; @@ -3533,10 +3534,13 @@ div.jGrowl div.info { text-align: center; } +/* +Leave this here for now just in case, but this is what's breaking the slider + .jslider .jslider-bg, .jslider .jslider-pointer { background: url("../img/slider.png") !important; -} +}*/ .slider { margin-top: 10px; -- cgit v1.2.3