summaryrefslogtreecommitdiffstats
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 8bb3f273..4f0db4cf 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -262,8 +262,23 @@ img.thumbnail {
#player-container {
position: relative;
- padding-bottom: 56.25%;
- margin-left: 1em;
- margin-right: 1em;
+ padding-bottom: 55.25%;
+ margin-left: 2em;
+ margin-right: 2em;
height: 0;
}
+
+#progress-container {
+ width: 100%;
+ border-radius: 2px;
+ background: #aaa;
+}
+
+#download-progress {
+ width: 0%;
+ border-radius: 2px;
+ height: 10px;
+ background-color: #0078e7;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}