test/integration/allocine_dossier_independant/css/LdtPlayer.css
branchpopcorn-port
changeset 840 ac66e2240e1e
parent 839 4357aac4eb19
child 841 8da49ff273e0
--- a/test/integration/allocine_dossier_independant/css/LdtPlayer.css	Wed Mar 28 17:37:49 2012 +0200
+++ b/test/integration/allocine_dossier_independant/css/LdtPlayer.css	Fri Mar 30 18:00:26 2012 +0200
@@ -22,10 +22,9 @@
 }
 
 #Ldt-loader {
-  background:url(imgs/loader.gif) no-repeat;
-  width:20px;
-  height:16px;
-  float:left;
+    background:url(imgs/loader.gif) center no-repeat;
+    text-indent: -9999px;
+    position: absolute;
 }
 
 /* general class for all buttons */
@@ -242,6 +241,7 @@
   margin: 8px 5px;
   font-size: 12px;
   font-family: Arial, Verdana, sans-serif;
+  color: #ffffff;
 }
 
 .Ldt-ElapsedTime {
@@ -516,7 +516,7 @@
 }
 
 .Ldt-createAnnotation-btnblock label {
-    float: left; margin-top: 8px; width: 120px; font-size: 12px; height: 20px;
+    float: left; margin-top: 8px; width: 120px; font-size: 12px; height: 20px; color: #ffffff;
 }
 
 /* CINECAST SPECIFIC TAG BUTTONS */
@@ -692,20 +692,12 @@
 }
 
 .Ldt-AnnotationsList-Tag-Div {
-  font-size: 14px; color: #ffffff;
-  height: 20px; padding: 3px 5px 0 0; border: none; margin: 0;
+  font-size: 13px; color: #ffffff;
+  height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
   background: url(img-cinecast/tag.png) right top no-repeat;
     cursor: pointer;
 }
 
-.Ldt-AnnotationsList-Tag-Li:hover {
-  background-position: left -23px;
-}
-
-.Ldt-AnnotationsList-Tag-Li:hover .Ldt-AnnotationsList-Tag-Div {
-  background-position: right -23px;
-}
-
 /* Tagcloud */
 
 .Ldt-TagCloud {