##// END OF EJS Templates
Adjust range style so that the vertical range marker is visible
Gordon Ball -
Show More
@@ -122,6 +122,11 b''
122 height : 28px !important;
122 height : 28px !important;
123 margin-top : -8px !important;
123 margin-top : -8px !important;
124 }
124 }
125
126 .ui-slider-range {
127 height : 12px !important;
128 margin-top : -4px !important;
129 }
125 }
130 }
126 }
131 }
127
132
@@ -160,6 +165,11 b''
160 height : 14px !important;
165 height : 14px !important;
161 margin-left : -9px;
166 margin-left : -9px;
162 }
167 }
168
169 .ui-slider-range {
170 width : 12px !important;
171 margin-left : -1px !important;
172 }
163 }
173 }
164 }
174 }
165
175
General Comments 0
You need to be logged in to leave comments. Login now