src/css/LdtPlayer.css
branchpopcorn-port
changeset 334 e20f97514d44
parent 328 279f188a5624
child 335 54c0686efd85
--- a/src/css/LdtPlayer.css	Fri Nov 25 12:25:02 2011 +0100
+++ b/src/css/LdtPlayer.css	Fri Nov 25 12:26:28 2011 +0100
@@ -23,6 +23,11 @@
       border-style: solid;
     }
 
+    .Ldt-SegmentsWidget {
+      background-color: #b6b8b7;
+      overflow: auto; /* clear the floats */
+    }
+
     .Ldt-iri-chapter{
       border-left:solid 1px #000;
       border-right:solid 1px #000;
@@ -150,7 +155,7 @@
     }
 
     .Ldt-CtrlPlay {
-      background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
+      background:url('imgs/play.png') no-repeat scroll 0 0 transparent ;
       background-position: center;
       width: 50px;
       height: 23px;
@@ -169,7 +174,7 @@
 
 
     .Ldt-CtrlSearch {
-      background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
+      background:url('imgs/search.png') no-repeat scroll 0 0 transparent ;
       background-position: center;
       width: 50px;
       height: 23px;
@@ -190,6 +195,13 @@
       color: #b2b2b2; 
     }
 
+    .Ldt-CtrlMute {
+
+    }
+
+    .Ldt-CtrlFullscreen {
+
+    }
     .Ldt-cleaner {
       clear:both;
     }