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

Fancy af start page

This commit is contained in:
Krateng
2019-02-03 16:52:37 +01:00
parent ae4b111bee
commit ed990f59fc
8 changed files with 235 additions and 8 deletions

View File

@@ -127,10 +127,20 @@ table td.time {
}
table td.icon {
/*width:20px!important;
height:20px;
background-size:cover;
background-position:center;
padding-right:6px;*/
padding:0px;
}
table td.icon div {
width:20px;
height:20px;
background-size:cover;
background-position:center;
margin-right:4px;
}
table td.artists,td.artist,td.title {
@@ -279,3 +289,27 @@ table.tiles_3x3 td {
width:33.333%;
font-size:70%
}
/*
**
**
** SIDE LIST ON START PAGE
**
**
*/
div.sidelist {
position:absolute;
right:0px;
top:0px;
width:40%;
height:100%;
background-color:#444447;
padding-left:30px;
}