summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 9430b36..28e745e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1 +1,11 @@
-.spinner { vertical-align: botton; margin-left: 8px; }
+.spinner { vertical-align: bottom; margin-left: 8px; }
+.error-page {
+ margin-top:50px;
+ height: 480px;
+ background-repeat:no-repeat;
+ background-image: url('http://openclipart.org/people/hatso1/cartoon_crab.svg');
+ background-position: right bottom;
+}
+.error-page h1 { font-size: 70px; }
+.error-page p { font-size: large; font-weight: bold;}
+.error-retry p { font-size: large; font-weight: bold;} \ No newline at end of file