From db690be78270d72ddbd1c4942ccd43653af1914a Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Aug 2014 22:27:31 -0700 Subject: [PATCH] Change player layout --- jstemplates/downloads.html | 5 ++--- static/css/style.css | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/jstemplates/downloads.html b/jstemplates/downloads.html index 4d0f457..f9a3f22 100644 --- a/jstemplates/downloads.html +++ b/jstemplates/downloads.html @@ -10,12 +10,11 @@ {{/each}} -
+
- +
-
diff --git a/static/css/style.css b/static/css/style.css index fdb279a..2b85c19 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -43,6 +43,21 @@ ul.dropdown-menu-form li { background: #BABABA; } -#playerdrop .time input { - +div.slider.slider-horizontal { + display: block; + width: auto; +} +#playerdrop > div { + float: left; +} +#playerdrop > div.controls { + min-width: 55px; + width: 20% +} +#playerdrop > div.controls button { + display: block; + width: 100% +} +#playerdrop > div.time { + width: 80% } \ No newline at end of file