Use standardized widths for selectize/jslider

The 100% width worked well inside of a sidebar, but in other situations
like full-width columns or zero-min-width tables a fixed width is better.
If there's demand we can add parameters for setting the width to custom
values including 100%.
This commit is contained in:
Joe Cheng
2014-04-28 16:24:49 -07:00
committed by Joe Cheng
parent 829a466f72
commit bf82b9742a

View File

@@ -28,6 +28,11 @@ table.data td[align=right] {
background-color: transparent !important;
}
span.jslider, .selectize-control {
width: 220px;
max-width: 95%;
}
.recalculating {
opacity: 0.3;
transition: opacity 250ms ease 500ms;