GUAC-1126: Restore disconnect button within Guacamole menu.

This commit is contained in:
Michael Jumper
2015-04-06 22:36:31 -07:00
parent 057b5a05b0
commit 26c35e127a
3 changed files with 18 additions and 0 deletions

View File

@@ -81,6 +81,23 @@
}
.menu-content .header button.close {
margin: 0;
padding: 0;
min-width: 3em;
border: none;
box-shadow: none;
background: none;
background-image: url('images/x.png');
background-size: 1em;
background-repeat: no-repeat;
background-position: center;
}
.menu-body {
-ms-flex: 1 1 auto;

View File

@@ -59,6 +59,7 @@
<!-- Stationary header -->
<div class="header">
<h2>{{client.name}}</h2>
<button class="close" ng-click="disconnect()"></button>
<guac-user-menu></guac-user-menu>
</div>

View File

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B