mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Restyled logout link on index.
This commit is contained in:
@@ -66,15 +66,15 @@
|
|||||||
<!-- Connection list UI -->
|
<!-- Connection list UI -->
|
||||||
<div id="connection-list-ui" style="display: none">
|
<div id="connection-list-ui" style="display: none">
|
||||||
|
|
||||||
|
<div id="logout">
|
||||||
|
<a href="logout">Logout</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
<img class="logo" src="images/guacamole-logo-64.png" alt=""/>
|
<img class="logo" src="images/guacamole-logo-64.png" alt=""/>
|
||||||
Available Connections
|
Available Connections
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div id="logout">
|
|
||||||
<a href="logout">Logout</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<table class="connections">
|
<table class="connections">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@@ -203,4 +203,10 @@ div#connection-list-ui h1 {
|
|||||||
|
|
||||||
div#connection-list-ui img {
|
div#connection-list-ui img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#logout {
|
||||||
|
padding: 0.5em;
|
||||||
|
text-align: right;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user