mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-29 16:13:22 +00:00
Style improvements, moved connection-related JavaScript code to own file.
This commit is contained in:
@@ -177,14 +177,15 @@ div#connection-list-ui table tbody tr {
|
||||
div#connection-list-ui table td {
|
||||
padding: 0.25em;
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div#connection-list-ui table td.name {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#connection-list-ui table tbody tr:nth-child(even) { background: #CCC; }
|
||||
div#connection-list-ui table tbody tr:nth-child(odd) { background: #EEE; }
|
||||
div#connection-list-ui table tbody tr:nth-child(even) { background: #CCC; }
|
||||
div#connection-list-ui table tbody tr:nth-child(odd) { background: #EEE; }
|
||||
|
||||
div#connection-list-ui table td.description {
|
||||
text-align: left;
|
||||
@@ -205,8 +206,19 @@ div#connection-list-ui img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div#logout {
|
||||
padding: 0.5em;
|
||||
div#logout-panel {
|
||||
padding: 0.25em;
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
div#connection-list-ui a[href] {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div#connection-list-ui a[href]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user