simple-log integration
This commit is contained in:
@@ -114,7 +114,7 @@ table.music-library {
|
||||
}
|
||||
|
||||
table.music-library tr td {
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
/*border-bottom: 1px solid #f0f0f0;*/
|
||||
cursor: default;
|
||||
height: 1.1em;
|
||||
width: 100%;
|
||||
@@ -166,14 +166,25 @@ input[type="range"] {
|
||||
|
||||
table.tracks {
|
||||
width: 94%;
|
||||
margin-left: 3%;
|
||||
margin-right: 3%;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
table.tracks td {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
table.tracks td.number {
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
table.tracks td.length {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
table.tracks td.title, table.tracks td.album {
|
||||
width: calc(50% - 70px);
|
||||
}
|
||||
|
||||
table.tracks tr, table.tracks td {
|
||||
|
||||
Reference in New Issue
Block a user