Fix CSS for jslider

This commit is contained in:
Joe Cheng
2012-07-24 18:47:14 -07:00
parent 7108761e8f
commit 91731a86bf

View File

@@ -15,6 +15,15 @@ table.data td[align=right] {
color: red;
}
.jslider {
/* Fix jslider running into the control above it */
margin-top: 18px;
}
.jslider-value {
/* Remove box around jslider values on colored bg */
background-color: transparent !important;
}
.recalculating {
opacity: 0.3;
transition: opacity 250ms ease 500ms;