equal
deleted
inserted
replaced
257 color: black; |
257 color: black; |
258 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
258 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
259 overflow:hidden; |
259 overflow:hidden; |
260 } |
260 } |
261 |
261 |
262 .SliderWidget { |
|
263 |
|
264 } |
|
265 /* slider */ |
262 /* slider */ |
|
263 .Ldt-SliderMinimized { |
|
264 height: 6px; |
|
265 } |
|
266 |
|
267 .Ldt-SliderMaximized { |
|
268 height: 11px; |
|
269 } |
|
270 |
|
271 .Ldt-sliderElementMinimized { |
|
272 width: 100%; |
|
273 height: 5px; |
|
274 } |
|
275 |
|
276 .Ldt-sliderElementMaximized { |
|
277 width: 100%; |
|
278 height: 10px; |
|
279 } |
|
280 |
266 .Ldt-sliderBackground { |
281 .Ldt-sliderBackground { |
267 background-color: #B6B8B8; |
282 background-color: #B6B8B8; |
|
283 position: absolute; |
|
284 z-index: 2; |
|
285 bottom: 1px; |
268 width: 100%; |
286 width: 100%; |
269 height: 5px; |
287 height: 5px; |
270 position: absolute; |
288 |
271 z-index: 2; |
|
272 } |
289 } |
273 |
290 |
274 .Ldt-sliderForeground { |
291 .Ldt-sliderForeground { |
275 background-color: #747474; |
292 background-color: #747474; |
276 padding-top: 5px; |
|
277 z-index: 2; |
293 z-index: 2; |
278 width: 0px; |
294 width: 0px; |
279 position: absolute; |
295 position: absolute; |
280 top: 0%; |
296 bottom: 1px; |
281 width: 0%; |
297 height: 5px; |
282 } |
298 } |
283 |
299 |
284 .Ldt-sliderPositionMarker { |
300 .Ldt-sliderPositionMarker { |
285 position: absolute; |
301 position: absolute; |
286 z-index: 100; |
302 z-index: 100; |
287 background-color: blue; |
303 background-color: blue; |
288 height: 5px; |
304 height: 5px; |
289 width: 5px; |
305 width: 5px; |
290 top: 0%; |
306 top: 0%; |
|
307 bottom: 1px; |
291 } |
308 } |
292 |
309 |
293 .positionMarker { |
310 .positionMarker { |
294 position: absolute; |
311 position: absolute; |
295 z-index: 100; |
312 z-index: 100; |