equal
deleted
inserted
replaced
297 } |
297 } |
298 |
298 |
299 /* Arrow Widget */ |
299 /* Arrow Widget */ |
300 .Ldt-arrowWidget { |
300 .Ldt-arrowWidget { |
301 position: relative; |
301 position: relative; |
302 background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
302 |
303 height:16px; |
303 height:16px; |
304 width:27px; |
304 width:27px; |
305 margin-bottom: -3px; |
305 margin-bottom: -3px; |
306 z-index: 4; |
306 z-index: 4; |
307 left: 0%; |
307 left: 0%; |
|
308 } |
|
309 |
|
310 .Ldt-arrowLeftEdge { |
|
311 background:url('imgs/left_edge_arrow.png') no-repeat scroll 0 0 transparent ; |
|
312 } |
|
313 |
|
314 .Ldt-arrowCenter { |
|
315 background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
|
316 } |
|
317 |
|
318 .Ldt-arrowRightEdge { |
|
319 background:url('imgs/right_edge_arrow.png') no-repeat scroll 0 0 transparent ; |
308 } |
320 } |
309 |
321 |
310 .cleaner { |
322 .cleaner { |
311 clear:both; |
323 clear:both; |
312 } |
324 } |