16.02.2017, 15:42
Thanks, I should have known that...
Is there a way to change the size of the slider? I tried first to change the size of the slider in the visualization parameters of the object settings, but this doesn't seem to do anything, apart from the line thickness.
Then I tried:
but that did nothing either.
As it is at the moment, the slider looks too big compared to the gauge...
Thanks.
Is there a way to change the size of the slider? I tried first to change the size of the slider in the visualization parameters of the object settings, but this doesn't seem to do anything, apart from the line thickness.
Then I tried:
Code:
#plan-100 .popover.control-circularslider {
left: 370px !important;
top: 30px !important;
width: 150px;!important;
height: 150px;!important;
}
As it is at the moment, the slider looks too big compared to the gauge...
Thanks.