From: cash Date: Thu, 7 Oct 2010 11:01:19 +0000 (+0000) Subject: added Elgg logo to installer screens X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=82b11e3fbae9440b4113ac90e9aed2fa7b2cb951;p=lorea%2Felgg.git added Elgg logo to installer screens git-svn-id: http://code.elgg.org/elgg/trunk@7028 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/_graphics/elgg_logo.png b/_graphics/elgg_logo.png new file mode 100644 index 000000000..7a7e01f06 Binary files /dev/null and b/_graphics/elgg_logo.png differ diff --git a/install/install.css b/install/css/install.css similarity index 99% rename from install/install.css rename to install/css/install.css index bac5d36d8..fede97bef 100644 --- a/install/install.css +++ b/install/css/install.css @@ -73,13 +73,13 @@ ul { background: white; width: 800px; margin: auto; - padding: 10px 40px; + padding: 5px 40px; margin-top: 20px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; } #elgg_header { - margin: 20px 10px; + margin: 10px 10px; } #elgg_sidebar { float: left; diff --git a/views/installation/install/header.php b/views/installation/install/header.php index d821e31e5..896884da1 100644 --- a/views/installation/install/header.php +++ b/views/installation/install/header.php @@ -2,5 +2,7 @@ /** * Install header */ + +$url = "{$vars['url']}_graphics/elgg_logo.png"; ?> -

Elgg

+Elgg diff --git a/views/installation/page_shells/default.php b/views/installation/page_shells/default.php index e19f90390..61d020349 100644 --- a/views/installation/page_shells/default.php +++ b/views/installation/page_shells/default.php @@ -30,7 +30,7 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); <?php echo $title; ?> - +