aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 14:16:26 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 14:16:26 +0000
commit8b0aa6933ff500e9d70b55226ae1500830c88e4e (patch)
tree43bbd136fc1009c79af4a2922fe51f0c272e3ce8 /app
parentAdd message flashing formatting (diff)
downloadAnnotateChange-8b0aa6933ff500e9d70b55226ae1500830c88e4e.tar.gz
AnnotateChange-8b0aa6933ff500e9d70b55226ae1500830c88e4e.zip
Add user css and done image
Diffstat (limited to 'app')
-rw-r--r--app/static/done.pngbin0 -> 164682 bytes
-rw-r--r--app/static/user_index.css16
2 files changed, 16 insertions, 0 deletions
diff --git a/app/static/done.png b/app/static/done.png
new file mode 100644
index 0000000..d7e8bce
--- /dev/null
+++ b/app/static/done.png
Binary files differ
diff --git a/app/static/user_index.css b/app/static/user_index.css
new file mode 100644
index 0000000..7f42c9f
--- /dev/null
+++ b/app/static/user_index.css
@@ -0,0 +1,16 @@
+
+#done {
+ margin: 0 auto;
+ text-align: center;
+}
+
+#done span {
+ font-size: 18px;
+}
+
+#done img {
+ margin: 0 auto;
+ text-align: center;
+ width: 80%;
+ display: block;
+}