added post button to mobile menu

This commit is contained in:
psychobunny
2013-06-05 16:27:33 -04:00
parent 2ffd436745
commit a846caa387
2 changed files with 3 additions and 1 deletions

View File

@@ -583,10 +583,11 @@ body .navbar .nodebb-inline-block {
}
#mobile-menu {
#mobile-menu-btn {
button {
color: #eee;
padding: 10px;
text-shadow: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
}

View File

@@ -13,6 +13,7 @@
<div id="mobile-menu">
<button id="mobile-menu-btn" type="button" class="btn btn-none"><i class="icon-th icon-2x"></i></button>
<button id="mobile-post-btn" type="button" class="btn btn-none"><i class="icon-plus icon-2x"></i></button>
</div>
<script type="text/javascript" src="/src/forum/footer.js"></script>
<!-- END Forum Info -->