diff -r 80040858c006 -r 7b76d97e3051 client/css/controlpanel.css --- a/client/css/controlpanel.css Tue Feb 21 22:46:45 2012 +0100 +++ b/client/css/controlpanel.css Tue Feb 21 22:47:19 2012 +0100 @@ -8,9 +8,7 @@ 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 { - left: 0; + z-index: 20; } .btv-cp-line { position: relative; width: 100%; height: 100%; margin: 0 auto; @@ -54,6 +52,11 @@ .btv-cp-tweet-from { font-weight: bold; } + +.btv-cp-tweet-remove { + background-position: -30px 0; +} + .btv-cp-liste-tweets li:hover { background: #00f; color: #fff; }