Compare commits
No commits in common. "4e5e53d25724ab5908f0aef00562ec7ffb17fe12" and "24df91e473d9d3964f1b96bfd39ce60942aae570" have entirely different histories.
4e5e53d257
...
24df91e473
|
@ -5,7 +5,7 @@ html, body {
|
|||
}
|
||||
|
||||
div {
|
||||
/* border: 1px dashed white; */
|
||||
border: 1px dashed white;
|
||||
|
||||
font-weight: normal;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -28,19 +28,6 @@ table {
|
|||
border-spacing: 0pt;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-repeat: repeat-x;
|
||||
background-image: url(../img/table-header-gradient.png);
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
padding: 2px 2px 2px 14px;
|
||||
border: solid #1c2c1a;
|
||||
border-width: 0 1px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 1px 1px 1px 0.5em;
|
||||
border: solid black;
|
||||
|
@ -92,14 +79,6 @@ td.playing {
|
|||
#controls-top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
padding: 5px;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url(../img/top-controls-bg.png);
|
||||
}
|
||||
|
||||
#controls-top div {
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
|
||||
#top-left-controls {
|
||||
|
@ -153,8 +132,7 @@ td.playing {
|
|||
}
|
||||
|
||||
#sanic-logo {
|
||||
width: 36px;
|
||||
padding-left: 8px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
#xfade {
|
||||
|
@ -165,7 +143,6 @@ td.playing {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
border-bottom: 4px ridge #3a506b;
|
||||
}
|
||||
|
||||
#controls_bottom {
|
||||
|
@ -178,7 +155,6 @@ td.playing {
|
|||
background-color: #171812;;
|
||||
/* flex-grow: 1; */
|
||||
width: 20%; /* frickel? */
|
||||
border-right: 4px ridge #3a506b;
|
||||
}
|
||||
|
||||
#playlist_tracklist {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 602 B |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in a new issue