centered zoff name on mobile on frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-31 17:14:31 +01:00
parent b0c33f1a5b
commit ad57368eb0
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if(isset($_GET['chan'])){
<header>
<nav id="fp-nav">
<div class="nav-wrapper">
<a href="#" class="brand-logo hide-on-small-only noselect">
<a href="#" class="brand-logo brand-mobile hide-on-small-only noselect">
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff" />
</a>
<a href="//zoff.no" class="brand-logo hide-on-med-and-up">Zöff</a>

View File

@@ -4,7 +4,7 @@
<a href="#" class="brand-logo hide-on-small-only noselect">
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff" />
</a>
<a href="//zoff.no" class="brand-logo hide-on-med-and-up">Zöff</a>
<a href="//zoff.no" class="brand-logo brand-mobile hide-on-med-and-up">Zöff</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="modal-trigger waves-effect waves-red" title="Need help with the site?" onclick="$('#help').openModal()">Help</a></li>
<li><a class="waves-effect green" title="Remote control a Zöff player" href="https://remote.zoff.no">Remote</a></li>

View File

@@ -1154,6 +1154,10 @@ nav ul li:hover, nav ul li.active {
right: 0;
}
.brand-mobile{
padding-left:0px !important;
}
#player{
display:none;
}