summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 5fac9c2c..c9893190 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -267,3 +267,19 @@ img.thumbnail {
margin-right: 2em;
height: 0;
}
+
+#progress-container {
+ width: 100%;
+ border-radius: 2px;
+ background: #aaa;
+ display: none;
+}
+
+#download-progress {
+ width: 0%;
+ border-radius: 2px;
+ height: 10px;
+ background-color: #0078e7;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}