Fixed delete file button when moved in the dropdown panel. Fixes #226
This commit is contained in:
parent
2f6eae26c1
commit
f59156ec24
@ -320,7 +320,7 @@ define([
|
|||||||
stateManagement__enabled: false,
|
stateManagement__enabled: false,
|
||||||
north__minSize: 49,
|
north__minSize: 49,
|
||||||
center__minWidth: 250,
|
center__minWidth: 250,
|
||||||
center__minHeight: 250,
|
center__minHeight: 180,
|
||||||
fxSettings: {
|
fxSettings: {
|
||||||
easing: "easeInOutQuad",
|
easing: "easeInOutQuad",
|
||||||
duration: 350
|
duration: 350
|
||||||
|
@ -39,8 +39,7 @@
|
|||||||
class="btn btn-success action-create-file" title="New document">
|
class="btn btn-success action-create-file" title="New document">
|
||||||
<i class="icon-file"></i>
|
<i class="icon-file"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-success" title="Delete document"
|
<button class="btn btn-success action-remove-file-confirm" title="Delete document">
|
||||||
data-toggle="modal" data-target=".modal-remove-file-confirm">
|
|
||||||
<i class="icon-trash"></i>
|
<i class="icon-trash"></i>
|
||||||
</button></li>
|
</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user