--- a/web/static/ldt/css/LdtPlayer.css Fri Feb 11 13:35:55 2011 +0100
+++ b/web/static/ldt/css/LdtPlayer.css Fri Feb 11 13:43:55 2011 +0100
@@ -5,16 +5,17 @@
width:1.5em;
}
- #Ldt-loader{
- background:url(imgs/transBlack.gif);
- width:10px;
- height:10px;
+ #Ldt-loader {
+ background:url(imgs/loader.gif) no-repeat;
+ width:20px;
+ height:16px;
+ float:left;
}
#Ldt-controler {
font-size: 62.5%;
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
- background-color:#DECFE2;
+ background-color:#eeeeee;
height:35px;
padding:5px;
}
@@ -26,13 +27,6 @@
border-right:solid 1px #000;
}
- #Ldt-loader {
- background:url(imgs/loader_fc.gif) no-repeat;
- width:20px;
- height:16px;
- float:left;
- }
-
.tooltip {
display:none;
background:transparent url(imgs/white_arrow_mini.png);
@@ -63,7 +57,6 @@
padding-bottom:5px;
font-size:18px;
height:22p;
- color:#FFF;
}
#Ldt-SaDescription{
font-size:12px;
@@ -80,9 +73,6 @@
margin-left:-10px;
}
- #Ldt-output{
- display:none;
- }
#Ldt-Show-Tags{
position:relative;
height:13px;
@@ -100,13 +90,13 @@
#Ldt-ShowAnnotation-audio{
position:relative;
padding:5px;
- background-color:#773584;
+ background-color:#cfcfcf;
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
- color:#000000;
+ color:#4D4D4D;
}
#Ldt-SaKeyword{
- background-color:#28042D;
- color:#FFFFFF;
+ background-color:#b9b9b9;
+ color:#4D4D4D;
padding:5px;
font-weight:bold;
text-align:left;