diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 79fb798..5a1ded4 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -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 { diff --git a/static/img/table-header-gradient.png b/static/img/table-header-gradient.png deleted file mode 100644 index d853129..0000000 Binary files a/static/img/table-header-gradient.png and /dev/null differ diff --git a/static/img/top-controls-bg.png b/static/img/top-controls-bg.png deleted file mode 100644 index 8107473..0000000 Binary files a/static/img/top-controls-bg.png and /dev/null differ