Skip to content

Commit

Permalink
Slider appearance tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Dec 11, 2014
1 parent 06e183b commit 6b233b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions inst/www/bootstrap/shiny-bootstrap2.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
.jslider {
/* Fix jslider running into the control above it */
margin-top: 12px;
}
.jslider-value {
/* Remove box around jslider values on colored bg */
background-color: transparent !important;
}

span.jslider, .selectize-control {
margin-bottom: 12px;
width: 220px;
max-width: 95%;
}

0 comments on commit 6b233b9

Please sign in to comment.