[Xfce4-commits] <midori:master> Move the logo on special pages to the background
Christian Dywan
noreply at xfce.org
Fri Jan 8 00:44:01 CET 2010
Updating branch refs/heads/master
to dba473e06980c4e5074ad0b89be7259762698cb3 (commit)
from ca73b5fede6d9f4548a5c63d66ef124b4fab6f07 (commit)
commit dba473e06980c4e5074ad0b89be7259762698cb3
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Jan 8 00:42:23 2010 +0100
Move the logo on special pages to the background
midori/midori-view.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 0f67099..690e7ce 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -995,7 +995,7 @@ webkit_web_frame_load_done_cb (WebKitWebFrame* web_frame,
"<html><head><title>%s</title></head>"
"<body><h1>%s</h1>"
"<img src=\"file://" MDATADIR "/midori/logo-shade.png\" "
- "style=\"position: absolute; right: 15px; bottom: 15px;\">"
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<p />The page you were opening doesn't exist."
"<p />Try to <a href=\"%s\">load the page again</a>, "
"or move on to another page."
@@ -3198,7 +3198,7 @@ midori_view_set_uri (MidoriView* view,
"<html><head><title>%s</title></head>"
"<body><h1>%s</h1>"
"<img src=\"file://" MDATADIR "/midori/logo-shade.png\" "
- "style=\"position: absolute; right: 15px; bottom: 15px;\">"
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<p />The document %s of type '%s' cannot be displayed."
"</body></html>",
title, title, view->uri, view->mime_type);
@@ -3215,7 +3215,7 @@ midori_view_set_uri (MidoriView* view,
"<html><head><title>%s</title></head>"
"<body><h1>%s</h1>"
"<img src=\"file://" MDATADIR "/midori/logo-shade.png\" "
- "style=\"position: absolute; right: 15px; bottom: 15px;\">"
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<p />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,
"<html><head><title>about:version</title></head>"
"<body><h1>about:version</h1>"
"<img src=\"res://logo-shade.png\" "
- "style=\"position: absolute; right: 15px; bottom: 15px;\">"
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<table>"
"<tr><td>Midori</td><td>" PACKAGE_VERSION "%s</td></tr>"
"<tr><td>WebKitGTK+</td><td>%d.%d.%d (%d.%d.%d)</td></tr>"
@@ -3300,7 +3300,7 @@ midori_view_set_uri (MidoriView* view,
data = g_strdup_printf (
"<html><head><title>%s</title></head><body><h1>%s</h1>"
"<img src=\"file://" MDATADIR "/midori/logo-shade.png\" "
- "style=\"position: absolute; right: 15px; bottom: 15px;\">"
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"</body></html>", view->uri, view->uri);
}
More information about the Xfce4-commits
mailing list