web/static/ldt/css/LdtPlayer.css
changeset 140 f84fcb9ea89b
parent 91 9c83809fda01
--- a/web/static/ldt/css/LdtPlayer.css	Tue Mar 22 16:20:49 2011 +0100
+++ b/web/static/ldt/css/LdtPlayer.css	Mon Apr 18 15:43:52 2011 +0200
@@ -14,7 +14,7 @@
 		#Ldt-controler {
 			font-size: 62.5%;
 			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
-			background-color:#DECFE2;
+			background-color:#EEE;
 			height:35px;
 			padding:5px;
 		}
@@ -63,7 +63,7 @@
 			padding-bottom:5px;
 			font-size:18px;
 			height:22p;
-			color:#FFF;
+			color:#4D4D4D;
 		}
 		#Ldt-SaDescription{
 			font-size:12px;	
@@ -73,11 +73,12 @@
 		}
 		#Ldt-Show-Arrow{
 			position:relative;
-			background:url(imgs/grey_arrow_Show.png);
+			background:url(imgs/purple_arrow_Show.png);
 			width:27px;
 			height:13px;
 			margin-top:12px;
 			margin-left:-10px;
+			z-index:999999999;
 		}
 
 		#Ldt-output{
@@ -100,13 +101,13 @@
 		#Ldt-ShowAnnotation-audio{
 			position:relative;
 			padding:5px;
-			background-color:#773584;
+			background-color:#decfe2;
 			font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
-			color:#000000;	
+			color:#4D4D4D;	
 		}
 		#Ldt-SaKeyword{
-			background-color:#28042D;
-			color:#FFFFFF;
+			background-color:#bc85be;
+			color:#4D4D4D;
 			padding:5px;
 			font-weight:bold;
 			text-align:left;
@@ -123,6 +124,12 @@
 			position:absolue;
 			float:none;
 		}
+		.Ldt-Search-select{
+			padding-top:25px;
+		}
+		.Ldt-Search-unselect{
+			border-top:0px;
+		}
 		
 		.Ldt-mode-radio{
 			visibility:hidden;