src/css/LdtPlayer.css
branchpopcorn-port
changeset 537 61fd3968ab06
parent 534 0e6477a03ca9
child 543 5856fab9596c
--- a/src/css/LdtPlayer.css	Wed Dec 28 10:39:54 2011 +0100
+++ b/src/css/LdtPlayer.css	Wed Dec 28 11:38:30 2011 +0100
@@ -529,3 +529,42 @@
   top: 0px;
   opacity: 0.3;
 }
+
+.Ldt-sliceWidget {
+  position: relative;
+  width: 100%;
+  height: 25px;
+  margin-top: 3px;
+}
+
+.Ldt-sliceBackground {
+  width: 100%;
+  background-color: #b6b8b8;
+  height: 12px;
+}
+
+.Ldt-sliceZone {
+  position: absolute;
+  top: 0px;
+  background:url('imgs/wire_pattern.png') repeat scroll transparent;
+  height: 12px;
+  z-index: 2;
+}
+
+.Ldt-sliceLeftHandle {
+  position: absolute;
+  top: 0px;
+  height: 25px;
+  width: 7px;
+  background:url('imgs/left_handle.gif') no-repeat scroll transparent;
+  z-index: 2;
+}
+
+.Ldt-sliceRightHandle {
+  position: absolute;
+  top: 0px;
+  height: 25px;
+  width: 7px;
+  background:url('imgs/right_handle.gif') no-repeat scroll transparent;
+  z-index: 2;
+}