From 2a09483fa328fa429c0f38e50390f132505c9c3d Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 21 Feb 2008 23:22:55 +0100 Subject: Add favicon and background penguin. --- tmpl/header.tt2 | 1 + tmpl/popup_main.tt2 | 1 + tmpl/prefs.tt2 | 3 +++ tmpl/tree_list.tt2 | 1 + webroot/.static/css/lxrng.css | 6 +++++- 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tmpl/header.tt2 b/tmpl/header.tt2 index 106f3bd..edfa773 100644 --- a/tmpl/header.tt2 +++ b/tmpl/header.tt2 @@ -25,6 +25,7 @@ [% END %] + [% javascript %] diff --git a/tmpl/popup_main.tt2 b/tmpl/popup_main.tt2 index e753088..0ae8961 100644 --- a/tmpl/popup_main.tt2 +++ b/tmpl/popup_main.tt2 @@ -6,6 +6,7 @@ + + LXR Preferences @@ -24,6 +25,7 @@
+

@@ -52,6 +54,7 @@

+

(Cookies need to be enabled for LXR preferences to take effect.)

diff --git a/tmpl/tree_list.tt2 b/tmpl/tree_list.tt2 index 11a1f6f..d862cae 100644 --- a/tmpl/tree_list.tt2 +++ b/tmpl/tree_list.tt2 @@ -6,6 +6,7 @@ + LXR Inventory diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index 3b6ff2b..9f22d4a 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -240,8 +240,12 @@ div.footerfill { height: 3px; } -div.content { +div#content { background: white; + background-image: url(../gfx/lxray-large.png); + background-position: top right; + background-repeat: no-repeat; + min-height: 250px; } -- cgit v1.2.3