-
This commit is contained in:
@@ -55,13 +55,15 @@ input.h-slider {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4em;
|
||||
/*width: 4em;*/
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
|
||||
.buttons span.time {
|
||||
.buttons span.time, .buttons span.totaltime {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.hpane {
|
||||
@@ -153,4 +155,21 @@ table.music-library tr:hover td {
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
table.tracks {
|
||||
width: 94%;
|
||||
margin-left: 3%;
|
||||
margin-right: 3%;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
table.tracks td.number {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.tracks tr.current {
|
||||
font-weight: bold;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user