[Frontend] Fixed hidden Create menu regression error

open #199
open #278
This commit is contained in:
Charles Hacskaylo
2015-12-09 10:11:44 -08:00
parent 267bcfeb8b
commit 3730315388
3 changed files with 69 additions and 82 deletions

View File

@@ -198,11 +198,8 @@
bottom: $bodyMargin;
left: $bodyMargin;
.create-btn-holder {
height: auto;
overflow: hidden;
&.s-status-editing {
height: 0;
margin:0;
display: none;
& + .search-holder .search-bar {
// .search-holder is adjacent sibling to .create-btn-holder
// Add right margin when create button is hidden, to make room for the collapse pane 'x' button