remove close button on right menu panel
This commit is contained in:
parent
39c545873c
commit
88a30fafdd
|
@ -1,9 +1,4 @@
|
|||
{{#if visible}}
|
||||
{{#if showClose}}
|
||||
<div class='panel-header clearfix'>
|
||||
<a href {{action "close"}} class='close-panel'>{{fa-icon 'times'}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class='panel-body'>
|
||||
<div class='panel-body-contents'>
|
||||
{{yield}}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
height: 100%;
|
||||
.panel-body {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
top: 3px;
|
||||
bottom: 37px;
|
||||
width: 96%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue