diff --git a/server/djrandom/frontend/static/css/style.css b/server/djrandom/frontend/static/css/style.css index 2968a986c11399f3e565e1ae9f4ef36d0ae9d967..c052cd69c7c8df9a5f9e79b5d63bd43ec0f0ee5d 100644 --- a/server/djrandom/frontend/static/css/style.css +++ b/server/djrandom/frontend/static/css/style.css @@ -28,10 +28,19 @@ body { font-size: 0.9em; } -input { +#queryField { + width:75%; font-size: 1.1em; + border:1px solid red; } +a#playlistLast25,a#playlistRandom,a#playlistMost { + font-size:0.8em; +} + +a#playlistExtendBtn,a#playlistClearBtn,a#playlistStreamBtn { + font-size:0.8em; +} h1 { font-size: 66px; letter-spacing: -4px;