front_idill/src/player/metadataplayer/Timeline.css
changeset 79 9eff85166868
parent 52 277c94533395
--- a/front_idill/src/player/metadataplayer/Timeline.css	Wed Aug 08 18:42:01 2012 +0200
+++ b/front_idill/src/player/metadataplayer/Timeline.css	Thu Aug 16 14:32:19 2012 +0200
@@ -37,128 +37,128 @@
  * Style de la Timeline.
 */
 .Ldt-Timeline {
-	border: none;
-	border-radius: 0;
-	padding: 0;
-	margin-top: 0;
-	background: transparent;
-	background-image: url("../../img/timeline.png");
-	background-position: 0px 0px;
-	background-repeat: repeat;
+    border: none;
+    border-radius: 0;
+    padding: 0;
+    margin-top: 0;
+    background: transparent;
+    background-image: url("../../img/timeline.png");
+    background-position: 0px 0px;
+    background-repeat: repeat;
 }
 
 /*
  * Style de la barre centrale de la Timeline.
 */
 .Ldt-TimelineMiddle {
-	border: none;
-	border-radius: 0;
-	padding: 0;
-	margin-top: 0;
-	background: transparent;
-	background-image: url("../../img/middle_timeline.png");
-	background-position: 0px 0px;
-	background-repeat: repeat;
-	z-index:100;
+    border: none;
+    border-radius: 0;
+    padding: 0;
+    margin-top: 0;
+    background: transparent;
+    background-image: url("../../img/middle_timeline.png");
+    background-position: 0px 0px;
+    background-repeat: repeat;
+    z-index:100;
 }
 
 /*
  * Style du slider de la Timeline.
 */
 .Ldt-Timeline .ui-slider-handle {
-	display: none;
+    display: none;
 }
 
 /*
  * Style du slider lu de la Timeline.
 */
 .Ldt-Timeline .ui-slider-range {
-	border: none;
-	border-radius: 0;
-	padding: 0;
-	margin-top: 0;
-	background: transparent;
+    border: none;
+    border-radius: 0;
+    padding: 0;
+    margin-top: 0;
+    background: transparent;
     background-image: url("../../img/selected_timeline.png");
-	background-position: 0px 0px;
-	background-repeat: repeat;
-	z-index: 50;
+    background-position: 0px 0px;
+    background-repeat: repeat;
+    z-index: 50;
 }
 
 /*
  * Style des marqueurs et des marqueurs recherchés.
 */
 .Ldt-Marker, .search_Marker {
-	position: absolute;
-	width: 10px;
-	height: 10px;
-	background: transparent;
-	background-image: url("../../img/marker.png");
-	background-position: 0px 0px;
-	background-repeat: no-repeat;
-	z-index: 200;
+    position: absolute;
+    width: 10px;
+    height: 10px;
+    background: transparent;
+    background-image: url("../../img/marker.png");
+    background-position: 0px 0px;
+    background-repeat: no-repeat;
+    z-index: 200;
 }
 
 /*
  * Style des bordures d'une Timeline sélectionnée.
 */
 .TL_Borders {
-	position: absolute;
-	background-image: url("../../img/selected_timeline.png");
-	background-position: 0px 0px;
-	background-repeat: repeat;
-	z-index: 150;
+    position: absolute;
+    background-image: url("../../img/selected_timeline.png");
+    background-position: 0px 0px;
+    background-repeat: repeat;
+    z-index: 150;
 }
 
 /*
  * Style des flèches d'une Timeline sélectionnée.
 */
 .TL_Arrows {
-	position: absolute;
-	display: none;
-	width: 24px;
-	height: 20px;
-	background-position: 0px 0px;
-	background-repeat: no-repeat;
-	z-index: 150;
+    position: absolute;
+    display: none;
+    width: 24px;
+    height: 20px;
+    background-position: 0px 0px;
+    background-repeat: no-repeat;
+    z-index: 150;
 }
 
 /*
  * Style des détails des marqueurs lorsque le curseur passe dessus.
 */
 .TL_MarkersBig {
-	position: absolute;
-	display: none;
-	z-index: 200;
+    position: absolute;
+    display: none;
+    z-index: 200;
 }
 
 /*
  * Style des textes des détails des marqueurs.
 */
 #MB_Text {
-	background-color: rgba(34, 34, 34, 1);
-	padding: 8px 18px 8px 18px;
-	color: #FFFFFF;
-	//font-family: DIN-Medium, Fallback, sans-serif;
-	font-size: 22px;
+    background-color: rgba(34, 34, 34, 1);
+    padding: 8px 18px 8px 18px;
+    color: #FFFFFF;
+    //font-family: DIN-Medium, Fallback, sans-serif;
+    font-size: 22px;
 }
 
 /*
  * Style des pics associés aux textes des détails des marqueurs.
 */
 #MB_Spike {
-	width: 10px;
-	height: 5px;
-	background-image: url("../../img/spike.png");
-	background-position: 0px 0px;
-	background-repeat: no-repeat;
+    width: 10px;
+    height: 5px;
+    background-image: url("../../img/spike.png");
+    background-position: 0px 0px;
+    background-repeat: no-repeat;
 }
 
 /*
  * Style des images associées aux détails des marqueurs.
 */
 #MB_Pic, .search_MBPic {
-	width: 38px;
-	height: 45px;
-	background-position: 0px 0px;
-	background-repeat: no-repeat;
+    width: 38px;
+    height: 45px;
+    background-position: 0px 0px;
+    background-repeat: no-repeat;
 }
\ No newline at end of file