diff --git a/midori/midori-view.c b/midori/midori-view.c
index 0f670995..690e7cec 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -995,7 +995,7 @@ webkit_web_frame_load_done_cb (WebKitWebFrame* web_frame,
"
%s"
"%s
"
""
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"The page you were opening doesn't exist."
"Try to load the page again, "
"or move on to another page."
@@ -3198,7 +3198,7 @@ midori_view_set_uri (MidoriView* view,
"%s"
"%s
"
""
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"The document %s of type '%s' cannot be displayed."
"",
title, title, view->uri, view->mime_type);
@@ -3215,7 +3215,7 @@ midori_view_set_uri (MidoriView* view,
"%s"
"%s
"
""
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"There is no documentation installed at %s."
"You may want to ask your distribution or "
"package maintainer for it or if this a custom build "
@@ -3259,7 +3259,7 @@ midori_view_set_uri (MidoriView* view,
"about:version"
"about:version
"
""
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
""
"Midori | " PACKAGE_VERSION "%s |
"
"WebKitGTK+ | %d.%d.%d (%d.%d.%d) |
"
@@ -3300,7 +3300,7 @@ midori_view_set_uri (MidoriView* view,
data = g_strdup_printf (
"%s%s
"
""
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"", view->uri, view->uri);
}