Skip to content

Commit

Permalink
Merge pull request #79 from SylvainCorlay/css_fix
Browse files Browse the repository at this point in the history
Fix css ui-slider
  • Loading branch information
minrk committed Jul 8, 2015
2 parents 320bf0d + fbdd473 commit 5f5c9c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ipywidgets/static/widgets/less/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@

.ui-slider {
/* Inner, invisible slide div */
border : 0px;
background : none;

.hbox();
.box-flex1();

border : 0px;
background : none;

.ui-slider-handle {
width: 12px;
height: 28px;
Expand Down Expand Up @@ -157,13 +157,13 @@

.ui-slider {
/* Inner, invisible slide div */
.vbox();
.box-flex1();

border : 0px;
background : none;
margin-left : -4px;
margin-top : 5px;

.vbox();
.box-flex1();

.ui-slider-handle {
width : 28px;
Expand Down

0 comments on commit 5f5c9c2

Please sign in to comment.