From 6fedc6e9a00ec03b6a93042d6138432b4fed4f40 Mon Sep 17 00:00:00 2001 From: "Robert J. Newmark" <newmark@L3Jane.local> Date: Sat, 24 Sep 2011 23:52:21 +0100 Subject: [PATCH] style changed --- server/djrandom/frontend/static/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/server/djrandom/frontend/static/css/style.css b/server/djrandom/frontend/static/css/style.css index 2968a98..c052cd6 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; -- GitLab