1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00

Branding Upgrade

Replaces the logo in the Default and Reno admin themes with the new
version for branding consistency.
This commit is contained in:
Notanotherdotcom
2017-03-23 22:57:18 +00:00
parent 35df716082
commit 04c87f1954
6 changed files with 15 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ $extras = $adminTheme->getExtraMarkup();
<div class="pw-container container">
<a id='logo' href='<?php echo $config->urls->admin?>'>
<img width='130' src="<?php echo $config->urls->adminTemplates?>styles/images/logo.png" alt="ProcessWire" />
<img width='144' src="<?php echo $config->urls->adminTemplates?>styles/images/logo.png" alt="ProcessWire" />
</a>
<?php

View File

@@ -25,7 +25,7 @@ if(!isset($formAction)) $formAction = './install.php';
<div id="masthead" class="pw-masthead ui-helper-clearfix">
<div class="pw-container">
<a id='logo' target='_blank' href='http://processwire.com'><img width='130' src="wire/modules/AdminTheme/AdminThemeDefault/styles/images/logo.png" alt="ProcessWire" /></a>
<a id='logo' target='_blank' href='http://processwire.com'><img width='144' src="wire/modules/AdminTheme/AdminThemeDefault/styles/images/logo.png" alt="ProcessWire" /></a>
</div>
</div><!--/#masthead-->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -67,7 +67,7 @@
#logo {
float: left;
margin: 1em 0 0 1.5em;
max-width: 140px;
max-width: 150px;
img.sm {
display: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long