Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Fixing b8 logo and link on login screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cryer committed Jan 13, 2015
1 parent 3235550 commit c93cdf7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions PHPCI/View/Session.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,20 @@
}

#logo {
background: transparent url('//www.block8.co.uk/badge-dark-muted.png') no-repeat top left;
background: transparent url('https://www.block8.co.uk/assets/images/b8-phpci-logo-muted.png') no-repeat top left;
background-size: 130px 46px;
display: inline-block;
height: 26px;
margin: 40px auto;
width: 90px;
height: 46px;
width: 130px;
text-indent: -5000px;

position: absolute;
bottom: 50px;
right: 50px;
}

#logo:hover {
background-image: url('//www.block8.co.uk/badge-dark.png');
background-image: url('https://www.block8.co.uk/assets/images/b8-phpci-logo.png');
}

#phpci-logo img {
Expand All @@ -83,7 +88,7 @@
<?php print $content; ?>
</div>

<a id="logo" href="http://www.block8.co.uk/"></a>
<a id="logo" href="https://www.block8.co.uk">Block 8 - Manchester Web Development Specialists</a>
</div>
</div>
</body>
Expand Down

0 comments on commit c93cdf7

Please sign in to comment.