new style for song list

This commit is contained in:
Nicolas A. Tonne
2015-05-13 12:18:07 +02:00
parent 575ce58655
commit 56b0e1d5d8
2 changed files with 9 additions and 6 deletions

View File

@@ -201,8 +201,8 @@
</span> </span>
</span> </span>
</span> </span>
<div class="list-remove card-action center-align hide"> <div class="card-action center-align list-remove hide">
<a title="Remove song" id="del" onclick="vote('id','del')" class="waves-effect btn-flat clickable">Remove</a> <a title="Remove song" id="del" onclick="vote('id','del')" class="waves-effect btn-flat clickable">Delete</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -355,7 +355,7 @@ ul #chat-log{
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
content: "\e684";/*"\e800";*/ content: "\e684";/*"\e800";*/
color:white; color:white;
font-size:44px; font-size:65px;
position:absolute; position:absolute;
width:100%; height:100%; width:100%; height:100%;
top:0; left:0; top:0; left:0;
@@ -417,14 +417,17 @@ ul #chat-log{
.list-remove{ .list-remove{
margin-top: 5px; margin-top: 5px;
font-size: 12px; font-size: 12px;
height: 30px; height: 20px;
display: inline-table;
float: right;
padding-left: 10px;
} }
#del{ #del{
height: 100%; height: 100%;
line-height: normal; line-height: normal;
padding-top: 8px; padding: 2px 12px;
} }
.result { .result {