From 77685dd9e7cb48bf0f0346cf46ba92f80524f39c Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Aug 2014 23:26:52 -0700 Subject: [PATCH] Styling of player and show slider by default --- jstemplates/downloads.html | 8 +++++++- static/css/style.css | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/jstemplates/downloads.html b/jstemplates/downloads.html index a804020..ef58309 100644 --- a/jstemplates/downloads.html +++ b/jstemplates/downloads.html @@ -19,7 +19,13 @@
- +
+
+
+
+
+ +
diff --git a/static/css/style.css b/static/css/style.css index 1b73fac..dcba5c2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -64,8 +64,11 @@ div.slider.slider-horizontal { #playerdrop > div.timeshow { width: 10%; text-align: center; + font-size: 18px; + font-weight: 500; + padding-top: 4px; } #playerdrop > div.time { width: 70%; - padding: 5px 8px 5px 20px; + padding: 6px 8px 5px 20px; } \ No newline at end of file