mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
new style for song list
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user