client/player/css/LdtPlayer.css
changeset 60 c0a7182455ce
parent 50 1ecfe4720da7
--- a/client/player/css/LdtPlayer.css	Mon Jul 12 18:12:51 2010 +0200
+++ b/client/player/css/LdtPlayer.css	Mon Jul 12 18:50:03 2010 +0200
@@ -1,16 +1,16 @@
 		#demo-frame > div.demo { padding: 5px !important; };
 		
-		#controlerLdt {
-			font-size: 62.5%;
-			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
-		}
-		
 		button.ui-button-icon-only  {
 			height:1.5em;
 			width:1.5em;
 		}
+		
+		#Ldt-controler {
+			font-size: 62.5%;
+			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
+		}
 
-		.iri-chapter{
+		.Ldt-iri-chapter{
 			padding-top:10px;
 			padding-bottom:5px;
 			border-left:solid 1px #000;
@@ -19,35 +19,36 @@
 		
 		.tooltip {
 			display:none;
-			background:transparent url(../css/jq-css/imgs/white_arrow.png);
+			background:transparent url(../css/jq-css/imgs/white_arrow_mini.png);
 			font-size:12px;
-			height:100px;
+			height:55px;
 			width:180px;
 			padding:10px;
 			padding-left:15px;
+			padding-top:15px;
 			padding-right:15px;
 			color:#000;	
 			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
 		}
 		
-		#Annotations{
+		#Ldt-Annotations{
 			padding-left:5px;
 			width:470px;
 			float:left;
 			font-size: 62.5%;
 		}
-		#ldtSaTitle{
+		#Ldt-SaTitle{
 			padding-top:2px;
 			padding-bottom:5px;
 			font-size:18px;
 			color:#FFF;	
 			height:22p;
 		}
-		#ldtSaDescription{
+		#Ldt-SaDescription{
 			font-size:12px;	
 			color:#FFF;	
 		}
-		#ShowAnnotation{
+		#Ldt-ShowAnnotation{
 			position:absolute;
 			z-index: 999;
 			padding:5px;
@@ -55,19 +56,50 @@
 			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
 		}
 		
-		#ldtPlaceHolder{
+		#Ldt-PlaceHolder{
 			position:absolue;
 			float:none;
 		}
-		.ldtControl1{
+		.Ldt-Control1{
 			width:70px;
 			float:left;
 		}
-		.ldtControl2{
+		.Ldt-Control2{
 			padding-left:10px;
 			width:70px;
 			float:left;
 		}
-		.cleaner {
+		.Ldt-cleaner {
 			clear:both;
-		} 
\ No newline at end of file
+		} 
+		.share {
+			background:url('../css/jq-css/imgs/widget20.png') no-repeat scroll 0 0 transparent ;
+			display:block;
+			height:16px;
+			line-height:16px !important;
+			overflow:hidden;
+			width:16px;
+			float:left;
+			cursor:pointer;
+			margin:2px;
+		}
+		.shareFacebook{
+			background-position:0 -704px;
+		}
+		.shareMySpace{
+			background-position:0 -736px;
+		}
+		.shareTwitter{
+			background-position:0 -1072px;
+		}
+		.shareGoogle{
+			background-position:0 -752px;
+		}
+		.shareDelicious{
+			background-position:0 -672px;
+		}
+		.shareJamesPot{
+			background-position:0 -1808px;
+		}
+		
+		
\ No newline at end of file