mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
GUAC-932: Fully-working connection editor. Initial migration of users and connection groups to own edit pages. Add support for CSS classes on notification actions.
This commit is contained in:
@@ -42,7 +42,7 @@ a.button.add-connection {
|
||||
|
||||
}
|
||||
|
||||
button.add-connection-group {
|
||||
a.button.add-connection-group {
|
||||
|
||||
background-image: url('images/action-icons/guac-group-add.png');
|
||||
background-repeat: no-repeat;
|
||||
|
@@ -20,19 +20,17 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
.manage-connection .info table,
|
||||
.manage-connection .parameters table {
|
||||
.manage .properties table {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.manage-connection .info table th,
|
||||
.manage-connection .parameters table th {
|
||||
.manage .properties table th {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.manage-connection .action-buttons {
|
||||
.manage .action-buttons {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
}
|
Reference in New Issue
Block a user