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}

+
+ +
+
+
+
+