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:
Michael Jumper
2014-12-22 03:19:24 -08:00
parent 07a2a2da54
commit 8b53797b30
18 changed files with 477 additions and 473 deletions

View File

@@ -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;

View File

@@ -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;
}