diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 14:16:26 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 14:16:26 +0000 |
| commit | 8b0aa6933ff500e9d70b55226ae1500830c88e4e (patch) | |
| tree | 43bbd136fc1009c79af4a2922fe51f0c272e3ce8 | |
| parent | Add message flashing formatting (diff) | |
| download | AnnotateChange-8b0aa6933ff500e9d70b55226ae1500830c88e4e.tar.gz AnnotateChange-8b0aa6933ff500e9d70b55226ae1500830c88e4e.zip | |
Add user css and done image
| -rw-r--r-- | app/static/done.png | bin | 0 -> 164682 bytes | |||
| -rw-r--r-- | app/static/user_index.css | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app/static/done.png b/app/static/done.png Binary files differnew file mode 100644 index 0000000..d7e8bce --- /dev/null +++ b/app/static/done.png 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; +} |
