summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-27 05:10:27 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-27 05:10:27 -0400
commit65a9f1a8fadc225bd35c26e9c16b4b261bf34636 (patch)
tree8cd27b08b4c9a6d9cd30138380f790fde5bfedeb /www
parent6808cd2645b6342aea762c7444ec3d481272bb70 (diff)
slider customization now fully through custom class
Diffstat (limited to 'www')
-rw-r--r--www/css/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index f911ef13..51d2c420 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -265,6 +265,16 @@ ul[rn-carousel] img {
max-width: 100%;
}
+
+
+.mySliderClass.jslider.sliderCSS div.jslider-pointer{
+left:50%;
+width:30px;
+height:30px;
+background-color:#615959;
+border-radius:50%;
+margin-left:-3px}
+
.mySliderClass div.jslider-scale ins
{
color:red;
@@ -276,7 +286,7 @@ ul[rn-carousel] img {
.mySliderClass div.jslider-value
{
position:absolute;
- top:-25px;
+ top:-29px;
left:0;padding:1px 2px 0;
background:#fff;font-size:9px;
line-height:12px;