0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #241 from matthojo/Menu-Fix

Fixes 'All Posts' menu not being the right location and also not hiding properly
This commit is contained in:
Hannah Wolfe 2013-07-07 06:26:51 -07:00
commit b37f542448
3 changed files with 5 additions and 3 deletions

View file

@ -46,6 +46,10 @@
padding: 5px;
margin-left:-5px;
}
.menu-drop {
display: block;
}
}
.button-add {

View file

@ -10,8 +10,6 @@
<a class="post-edit" href="#"><span class="hidden">Edit Post</span></a>
<a class="post-settings" href="#" data-toggle=".menu-drop-right"><span class="hidden">Post Settings</span></a>
<ul class="menu-drop-right overlay">
<li><a href="#" class="url">URL</a></li>
<li><a href="#" class="something">Something</a></li>
<li><a href="#" class="delete">Delete</a></li>
</ul>
</section>

View file

@ -3,7 +3,7 @@
<header class="floatingheader">
<section class="content-filter">
<a class="dropdown" href="#" data-toggle=".menu-drop">All Posts</a>
<ul class="menu-drop" style="display:none;">
<ul class="menu-drop overlay" style="display:none;">
<li class="active"><a href="#">All Posts</a></li>
<li><a href="#">Recently Edited</a></li>
<li><a href="#">By Author...</a></li>