1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Some code reordering

This commit is contained in:
Krateng
2018-12-22 23:19:52 +01:00
parent dfe46d0242
commit 91cb26435f
4 changed files with 59 additions and 15 deletions

View File

@@ -84,8 +84,43 @@ table td.time {
color:gray;
}
table td.artists,td.artist,td.title {
width:350px;
width:500px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
/*
table td.artists div {
overflow:hidden;
z-index:1;
position:relative;
}
table tr td.artists div span {
//text-overflow:ellipsis;
z-index:-2;
position:relative;
white-space:nowrap;
}
table tr:hover td.artists div span {
animation: bounce 3s linear infinite alternate;
}
@keyframes bounce {
0% {
}
100% {
//transform: translateX(-60px);
//margin-left:-60px;
margin-left:-100%;
}
}
**/
table td.amount {
width:50px;
text-align:right;