From 9deb0bbfb937c82001fb2f445c1e023951a4c621 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 9 May 2009 23:40:25 +0200 Subject: [PATCH] Use a stock error icon and a refresh on the button in error pages --- data/error.html | 52 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/data/error.html b/data/error.html index 4f6d43ad..600a6c82 100644 --- a/data/error.html +++ b/data/error.html @@ -23,6 +23,17 @@ body { -webkit-border-radius: 1em; } +icon { + float: left; + padding-left: 1%; + padding-top: 1%; +} + +#main { + float: right; + width: 90%; +} + h1 { font-size: 1.4em; font-weight: bold; @@ -33,6 +44,12 @@ h1 { z-index: -1; } +button span, +button img { + vertical-align: middle; + padding: 2px 1px; +} + message { font-size: 1.1em; } @@ -44,22 +61,21 @@ description { - -
- - - -

{title}

-
-

{message}

-

{description}

-
- -
- -
- -
- - +
+ + +
+

{title}

+

{message}

+

{description}

+
+ +
+
+
+
+