minimize button is now positionned correctly. popcorn-port
authorhamidouk
Wed, 30 Nov 2011 12:23:53 +0100
branchpopcorn-port
changeset 360 326fd52d95bb
parent 359 5bb4ed7784ea
child 361 15074091bdba
minimize button is now positionned correctly.
src/css/LdtPlayer.css
src/templates/tweetWidget.html
--- a/src/css/LdtPlayer.css	Wed Nov 30 12:17:43 2011 +0100
+++ b/src/css/LdtPlayer.css	Wed Nov 30 12:23:53 2011 +0100
@@ -383,7 +383,17 @@
     }
 
     .Ldt-tweetWidgetMinimize {
+      position: relative;
       float: right;
+      height: 17px;
+      width: 17px;
+      background:url('imgs/minimize.png') repeat scroll transparent ;
+      right: 9px;
+    }
+
+    .Ldt-tweetWidget * a:link {
+      color: #729efa;
+
     }
 
     /* the styling of a spacer div */
--- a/src/templates/tweetWidget.html	Wed Nov 30 12:17:43 2011 +0100
+++ b/src/templates/tweetWidget.html	Wed Nov 30 12:23:53 2011 +0100
@@ -1,10 +1,10 @@
 {{! template for the tweet widget }}
 <div class='Ldt-tweetWidget'>
-  <div class='Ldt-tweetWidgetMinimize'>Minimize</div>
+  <div class='Ldt-tweetWidgetMinimize'></div>
   <div class='Ldt-tweetAvatar'>
 
   </div>
   <div class='Ldt-tweetContents'>
 
   </div>
-</div>
\ No newline at end of file
+</div>