1
0

Merge branch 'develop' of https://github.com/dev-fsociety/DFS-2016 into develop

This commit is contained in:
KansassCityShuffle
2016-12-02 03:51:51 +01:00
3 changed files with 6 additions and 1 deletions
src/Template/Layout
webroot

@ -54,7 +54,7 @@ $cakeDescription = 'CampCare';
<div class="top-bar-right">
<ul class="menu">
<?php if($this->request->session()->read('Auth.User.id') != null): ?>
<li><a href="<?= $this->Url->build('/users', true); ?>" class="profile_icon"><i class="fi-torso"></i></a></li>
<li><a href="<?= $this->Url->build('/users', true); ?>" class="profile_icon"><i class="fi-torso icon_fix"></i></a></li>
<li><a href="<?= $this->Url->build('/users/logout', true); ?>" class="profile_icon"><i class="fi-power"></i></a></li>
<?php endif; ?>
</ul>

@ -20,6 +20,11 @@
height: 37px;
}
.icon_fix{
border-right: 1px solid rgb(0, 0, 0);
padding-right: 5px;
margin-right: 5px;
}
.card {
overflow: hidden;

BIN
webroot/img/login_bg.jpg Normal file

Binary file not shown.

After

(image error) Size: 7.0 MiB