ie fix: menu button now clickable
This commit is contained in:
parent
4699615beb
commit
5ddc70757c
2 changed files with 2 additions and 3 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<input type="checkbox" id="toggle">
|
<input type="checkbox" id="toggle">
|
||||||
<label for="toggle" class="toggle" onclick><a id="navicon"><i class="fa fa-bars"></i>Menü</a></label>
|
<label for="toggle" class="toggle" onclick><i class="fa fa-bars"></i>Menü</label>
|
||||||
<?php if(!is_null($loggedUser)) : ?>
|
<?php if(!is_null($loggedUser)) : ?>
|
||||||
<?php if(!is_null($loggedCharacter)) : ?>
|
<?php if(!is_null($loggedCharacter)) : ?>
|
||||||
<a href="<?=$linker->link(array('characters','character',$loggedSeminary['url'],$loggedCharacter['url']))?>" id="profile"><i class="fa fa-user fa-fw"></i><?=$loggedCharacter['name']?><span class="circlenote"><?=$loggedCharacter['xplevel']?></span></a>
|
<a href="<?=$linker->link(array('characters','character',$loggedSeminary['url'],$loggedCharacter['url']))?>" id="profile"><i class="fa fa-user fa-fw"></i><?=$loggedCharacter['name']?><span class="circlenote"><?=$loggedCharacter['xplevel']?></span></a>
|
||||||
|
|
|
||||||
|
|
@ -80,9 +80,8 @@ menu .smnry{font-size:0.875em;padding:8px 0 8px 12px;background:#0c2e32;border-b
|
||||||
.circlenote{margin-left:15px;background:#bcd75e;border-radius:0.8em;display:inline-block;color:#0f373c;font-weight:bold;line-height:1.6em;text-align:center;width:1.6em;font-size:.8em}
|
.circlenote{margin-left:15px;background:#bcd75e;border-radius:0.8em;display:inline-block;color:#0f373c;font-weight:bold;line-height:1.6em;text-align:center;width:1.6em;font-size:.8em}
|
||||||
|
|
||||||
#toggle,.toggle{display:none}
|
#toggle,.toggle{display:none}
|
||||||
.toggle{display:inline-block;padding:15px 15px 15px 0;position:relative;cursor:pointer;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}
|
.toggle{color:#d9e5e7;display:inline-block;padding:15px 15px 15px 0;position:relative;cursor:pointer;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}
|
||||||
#toggle:checked ~ menu{display:block;position:fixed;left:0;top:54px;bottom:0;overflow-y:auto;opacity:1}
|
#toggle:checked ~ menu{display:block;position:fixed;left:0;top:54px;bottom:0;overflow-y:auto;opacity:1}
|
||||||
#navicon{display:block;color:#d9e5e7}
|
|
||||||
|
|
||||||
article{padding:70px 0 30px}
|
article{padding:70px 0 30px}
|
||||||
aside{display:none}
|
aside{display:none}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue