-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;
z-index: -1;
}
+button span,
+button img {
+ vertical-align: middle;
+ padding: 2px 1px;
+}
+
message {
font-size: 1.1em;
}
</style>
</head>
<body>
-
-<div id="container">
-
-<img id="logo" src="{res}/logo-shade.png" />
-
-<h1>{title}</h1>
-<div class="message">
- <p>{message}</p>
- <p>{description}</p>
-</div>
-
-<form onsubmit="location.reload()">
-<input type="submit" value="{tryagain}" />
-</form>
-
-</div>
-
-</body>
+ <div id="container">
+ <img id="logo" src="{res}/logo-shade.png" />
+ <img id="icon" src="{stock}/gtk-dialog-error" />
+ <div id="main">
+ <h1>{title}</h1>
+ <p id="message">{message}</p>
+ <p id="description">{description}</p>
+ <form onsubmit="location.reload()">
+ <button>
+ <img src="{stock}/gtk-refresh"/>
+ <span>{tryagain}</span>
+ </button>
+ </form>
+ </div>
+ <br style="clear: both;"/>
+ </div>
+ </body>
</html>