Merge pull request #135 from glyptodon/disconnect-button

GUAC-1126: Restore disconnect button
This commit is contained in:
James Muehlner
2015-04-07 10:38:20 -07:00
4 changed files with 32 additions and 0 deletions

View File

@@ -81,6 +81,37 @@
}
.menu-content .header button.close {
margin: 0 0.75em;
padding: 0;
width: 1.5em;
height: 1.5em;
min-width: 0;
box-shadow: none;
-moz-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
-khtml-border-radius: 1.5em;
border-radius: 1.5em;
-moz-background-size: 0.75em;
-webkit-background-size: 0.75em;
-khtml-background-size: 0.75em;
background-size: 0.75em;
background-image: url('images/x-shadow.png');
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
-ms-flex-align-self: center;
-moz-align-self: center;
-webkit-align-self: center;
align-self: 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 danger" ng-click="disconnect()" title="{{'CLIENT.ACTION_DISCONNECT' | translate}}"></button>
<guac-user-menu></guac-user-menu>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B