client/css/controlpanel.css
changeset 5 ab76826cf7bc
parent 3 82b4715202d1
child 10 dd7d86fbee70
--- a/client/css/controlpanel.css	Wed Feb 15 18:59:57 2012 +0100
+++ b/client/css/controlpanel.css	Thu Feb 16 12:24:18 2012 +0100
@@ -1,47 +1,46 @@
 
 #btv-cp-container {
-    position: absolute; top: -65px; width: 100%;
-    background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
-    background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
-    background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
-    background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
-    background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
-    height: 70px;
-    border-bottom: 2px solid #666666;
+    position: absolute; left: -315px; width: 320px;
+    background-image: linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
+    background-image: -o-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
+    background-image: -moz-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
+    background-image: -webkit-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
+    background-image: -ms-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
+    top: 0; height: 100%;
+    border-right: 4px solid #666666;
 }
 #btv-cp-container:hover {
-    top: 0;
+    left: 0;
 }
 .btv-cp-line {
-    position: relative; width: 1160px; height: 100%; margin: 0 auto;
+    position: relative; width: 100%; height: 100%; margin: 0 auto;
 }
 .btv-cp-element {
-    float: left;
-    height: 66px;
-    padding: 2px 4px; border-right: 1px solid #cccccc;
+    float: left; text-align: center;
+    width: 312px;
+    padding: 4px; border-bottom: 1px solid #cccccc;
 }
 .btv-cp-element h2 {
-    font-size: 24px; margin: 18px 0 0;
+    font-size: 28px; margin: 10px 0;
 }
 .btv-cp-element h3 {
-    font-size: 14px; margin: 3px 0; text-align: center; line-height: 12px;
+    font-size: 18px; margin: 4px 0; line-height: 12px;
 }
 .btv-cp-element h4 {
-    font-size: 24px; font-weight: bold; text-align: center;
+    font-size: 28px; font-weight: bold;
 }
 
 #btv-cp-champ-filtre {
-    width: 100px;
+    width: 180px;
 }
 
 .btv-cp-liste-tweets {
-    width: 280px; max-height: 45px; background: #fefefe; overflow: auto;
-}
-.btv-cp-liste-tweets:hover {
-    max-height: 150px;
+    width: 310px; height: 160px; border: 1px solid #b0b0b0;
+    background: #fefefe; overflow: auto; margin: 4px 0;
 }
 .btv-cp-liste-tweets li {
-    padding: 1px; border-bottom: 1px solid #ddd; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
+    padding: 1px; border-bottom: 1px solid #ddd; font-size: 12px;
+    font-family: Arial, Helvetica, sans-serif; text-align: left;
 }
 .btv-cp-tweet-button {
     display: inline-block; margin: -1px 0; width: 15px; height: 14px; background: url("../img/addshow.png");
@@ -59,21 +58,21 @@
     background: #00f; color: #fff;
 }
 
+.btv-cp-highlight {
+    background: #ffff00;
+}
+
 .btv-cp-cont-pause {
-    width: 60px;
+    width: 152px;
 }
 .btv-cp-play-pause {
-    display: block; margin: 0 12px; width: 32px; height: 35px; background: url("../img/playpause.png");
+    display: block; margin: 5px 60px; width: 32px; height: 35px; background: url("../img/playpause.png");
 }
 .btv-cp-status-play {
     background-position: -32px 0;
 }
 
 .btv-cp-compteur {
-    width: 75px; position: relative;
-}
-
-.btv-cp-compteur h4 {
-    width: 100%; position: absolute; left: 0; top: 40px;
+    width: 152px;
 }
  
\ No newline at end of file