summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-09 08:42:27 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-09 08:42:27 +0200
commit2051a9fd3d4b3871aa8ff503d208e7f3e938f920 (patch)
tree73ef5395f2a401830ee7a87447dc553f25dd5f04 /static/css
parentf3b0dbaa669159ec880848f7b70220791a1427fa (diff)
404 and 500 handlers
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