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