aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_graphics/elgg_logo.pngbin0 -> 11481 bytes
-rw-r--r--install/css/install.css (renamed from install/install.css)4
-rw-r--r--views/installation/install/header.php4
-rw-r--r--views/installation/page_shells/default.php2
4 files changed, 6 insertions, 4 deletions
diff --git a/_graphics/elgg_logo.png b/_graphics/elgg_logo.png
new file mode 100644
index 000000000..7a7e01f06
--- /dev/null
+++ b/_graphics/elgg_logo.png
Binary files differ
diff --git a/install/install.css b/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";
?>
-<h1>Elgg</h1>
+<img src="<?php echo $url; ?>" alt="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);
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="SHORTCUT ICON" href="<?php echo $vars['url']; ?>_graphics/favicon.ico" />
- <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/install.css" type="text/css" />
+ <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/css/install.css" type="text/css" />
</head>
<body>
<div id="elgg_wrapper">