--- a/src/css/LdtPlayer.css Mon Feb 13 13:32:34 2012 +0100
+++ b/src/css/LdtPlayer.css Mon Feb 13 15:06:17 2012 +0100
@@ -299,7 +299,7 @@
/* Arrow Widget */
.Ldt-arrowWidget {
position: relative;
- background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ;
+
height:16px;
width:27px;
margin-bottom: -3px;
@@ -307,6 +307,18 @@
left: 0%;
}
+.Ldt-arrowLeftEdge {
+ background:url('imgs/left_edge_arrow.png') no-repeat scroll 0 0 transparent ;
+}
+
+.Ldt-arrowCenter {
+ background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ;
+}
+
+.Ldt-arrowRightEdge {
+ background:url('imgs/right_edge_arrow.png') no-repeat scroll 0 0 transparent ;
+}
+
.cleaner {
clear:both;
}