src/css/LdtPlayer.css
branchpopcorn-port
changeset 299 d2005f747d5a
parent 295 be44f374549e
child 305 e8d05c3f77ed
--- a/src/css/LdtPlayer.css	Mon Nov 21 16:20:55 2011 +0100
+++ b/src/css/LdtPlayer.css	Tue Nov 22 17:22:15 2011 +0100
@@ -162,6 +162,15 @@
       clear:both;
     }
 
+    /* Arrow Widget */
+    .Ldt-arrowWidget {
+      background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ;
+      height:16px;
+      width:27px;
+      margin-bottom: -1px;
+      left: 0%;
+    }
+ 
     .cleaner {
       clear:both;
     }
@@ -266,4 +275,4 @@
     /* the styling of a spacer div */
     .Ldt-spacer {
       background-color:#eeeeee;
-    }
\ No newline at end of file
+    }