(css) Fix close button of card and msg viewers

pull/210/head
Francis Lachapelle 2016-05-27 16:09:43 -04:00
parent 1ba8ba9e58
commit ec8dfdfd05
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div class="sg-face" layout="column" layout-fill="layout-fill">
<md-card>
<md-card-actions flex-none="flex-none" layout="row" layout-align="end center">
<md-button class="sg-icon-button show hide-gt-md"
<md-button class="sg-icon-button hide-gt-xs"
label:aria-label="Close"
ng-click="editor.close()">
<md-icon>close</md-icon>

View File

@ -17,7 +17,7 @@
ng-click="viewer.closePopup()">
<md-icon>close</md-icon>
</md-button>
<md-button class="md-icon-button hide-gt-md"
<md-button class="md-icon-button hide-gt-xs"
ng-hide="isPopup"
label:aria-label="Close"
ng-click="viewer.close()">