style(GUI): unify "close" top right corner X in all modals (#841)

Every modal in the application should contain the same "close" X at the
top right corner, for consistency purposes. The only modal lacking this
button was the update notifier modal.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-11-07 17:56:03 +02:00 committed by GitHub
parent 5d42fd181a
commit 5a48395d6d

View File

@ -1,5 +1,6 @@
<div class="modal-header">
<h4 class="modal-title">New Update Available!</h4>
<button class="close" ng-click="modal.closeModal()">&times;</button>
</div>
<div class="modal-body">