Adjust range style so that the vertical range marker is visible

This commit is contained in:
Gordon Ball 2014-06-30 15:02:41 +02:00
parent c85155b25d
commit 412605917c

View File

@ -122,6 +122,11 @@
height : 28px !important;
margin-top : -8px !important;
}
.ui-slider-range {
height : 12px !important;
margin-top : -4px !important;
}
}
}
@ -160,6 +165,11 @@
height : 14px !important;
margin-left : -9px;
}
.ui-slider-range {
width : 12px !important;
margin-left : -1px !important;
}
}
}