mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
72 lines
1.9 KiB
CSS
72 lines
1.9 KiB
CSS
/*
|
|
* Copyright (C) 2014 Glyptodon LLC
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*/
|
|
|
|
div.logout-panel {
|
|
padding: 0.45em;
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
|
|
.history-unavailable div.recent-connections {
|
|
display: none;
|
|
}
|
|
|
|
div.recent-connections,
|
|
div.clipboardDiv,
|
|
div.settings,
|
|
div.all-connections {
|
|
margin: 1em;
|
|
padding: 0;
|
|
}
|
|
|
|
.all-connections .list-buttons {
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
|
|
div.recent-connections {
|
|
text-align: center;
|
|
}
|
|
|
|
.no-recent {
|
|
|
|
color: black;
|
|
text-shadow: 1px 1px white;
|
|
opacity: 0.5;
|
|
|
|
font-size: 2em;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
div.recent-connections div.connection {
|
|
-moz-border-radius: 0.5em;
|
|
-webkit-border-radius: 0.5em;
|
|
-khtml-border-radius: 0.5em;
|
|
border-radius: 0.5em;
|
|
display: inline-block;
|
|
padding: 1em;
|
|
margin: 1em;
|
|
text-align: center;
|
|
max-width: 75%;
|
|
overflow: hidden;
|
|
}
|