summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2012-03-04 20:49:43 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2012-03-04 20:49:43 +0100
commit39e3b4c0822780310af8dd9b0f9dd89225be3b5c (patch)
treef41d5a09b0aef225baffc23d3c3eb552c89a1060 /static/style.css
parent24c46684254bb9d5240cb63f380842a792f3a061 (diff)
Added a progress bar using a jQuery UI slider.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index a7ea139..c753548 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,4 +1,5 @@
* { padding: 0; margin: 0; }
+#progress { margin: .5em 1em; width: 300px; }
#directory-list { font-size: small; }
#directory-list a { color: inherit; text-decoration: inherit; }
#directory-list a:hover { text-decoration: underline; }