Skip to content

Commit

Permalink
Fixed issue #11299: 5 point choice - advanced settings - slider with …
Browse files Browse the repository at this point in the history
…emoticon not working
  • Loading branch information
LouisGac committed Jun 7, 2016
1 parent 4cfb23a commit 81d274e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/slider-rating.js
Expand Up @@ -43,4 +43,6 @@ function doRatingSlider(qID) {
if(openValue){
$('#question'+qID+' .slider-emoticon').attr('class', 'slider-emoticon slider-emoticon-'+openValue);
}

$('#question'+qID).find('.ui-slider-handle').css({left: 0});
}
7 changes: 5 additions & 2 deletions styles-public/slider-rating.css
Expand Up @@ -10,9 +10,12 @@
.slider-background .slider-rating
,.page-odd .slider-background .slider-rating
{visibility:hidden;height:22px;width:366px;}
.slider-rating a.ui-slider-handle
,.page-odd .slider-rating a.ui-slider-handle


.slider-wrapper .slider-background .slider-rating .ui-slider-handle
{
display: block;
position: relative;
visibility:visible;
background:transparent url(img/slider.png) no-repeat 50% 50%;
width:15px;
Expand Down

0 comments on commit 81d274e

Please sign in to comment.