# HG changeset patch # User veltr # Date 1329822576 -3600 # Node ID 1cc92b8c3a38bfb84bf10d0e090f4e2869eb6451 # Parent e42d9f11f6e2530dc3c6648781fc6e43088d3729 changed visual aspect of remove button diff -r e42d9f11f6e2 -r 1cc92b8c3a38 client/css/controlpanel.css --- a/client/css/controlpanel.css Tue Feb 21 11:48:06 2012 +0100 +++ b/client/css/controlpanel.css Tue Feb 21 12:09:36 2012 +0100 @@ -56,7 +56,7 @@ } .btv-cp-tweet-remove { - font-size: 16px; font-weight: bold; color: #a00000; + background-position: -30px 0; } .btv-cp-liste-tweets li:hover { diff -r e42d9f11f6e2 -r 1cc92b8c3a38 client/img/addshow.png Binary file client/img/addshow.png has changed diff -r e42d9f11f6e2 -r 1cc92b8c3a38 client/js/main.js --- a/client/js/main.js Tue Feb 21 11:48:06 2012 +0100 +++ b/client/js/main.js Tue Feb 21 12:09:36 2012 +0100 @@ -37,7 +37,8 @@ + _t.from_user + ' ' + _t.text - + '
×' + + '' + + '' ); } }