diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index 4c8ca5fb9..87c407bcb 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -211,44 +211,6 @@ div.section { background: inherit; } -/* - * List element fields (editing) - */ - -.form .fields th, -.form .permissions th { - font-weight: normal; - vertical-align: middle; - text-align: left; -} - -.form h2 { - border-top: none; -} - -.form h3 { - font-size: 1em; - margin-bottom: 0.25em; -} - -.form { - cursor: auto; - animation-name: fadein; - -webkit-animation-name: fadein; - animation-duration: 0.125s; - -webkit-animation-duration: 0.125s; -} - -.object-buttons { - - text-align: right; - - border-top: 1px solid rgba(0, 0, 0, 0.1); - padding-top: 0.5em; - margin: 0.5em; - -} - /* * List element icons */ diff --git a/guacamole/src/main/webapp/app/manage/styles/forms.css b/guacamole/src/main/webapp/app/manage/styles/forms.css index d8d63fd3c..0724562e2 100644 --- a/guacamole/src/main/webapp/app/manage/styles/forms.css +++ b/guacamole/src/main/webapp/app/manage/styles/forms.css @@ -30,12 +30,3 @@ text-align: center; margin-bottom: 1em; } - -.manage .user-add-form { - margin-bottom: 0.5em; -} - -.manage .user-add-form input.name { - max-width: 80%; - width: 20em; -} diff --git a/guacamole/src/main/webapp/app/manage/templates/manageConnections.html b/guacamole/src/main/webapp/app/manage/templates/manageConnections.html index 3404fa47a..e314e299a 100644 --- a/guacamole/src/main/webapp/app/manage/templates/manageConnections.html +++ b/guacamole/src/main/webapp/app/manage/templates/manageConnections.html @@ -28,32 +28,29 @@ THE SOFTWARE. -
{{'MANAGE_CONNECTION.HELP_CONNECTIONS' | translate}}
-{{'MANAGE_CONNECTION.HELP_CONNECTIONS' | translate}}
+ + - - -{{'MANAGE_SESSION.HELP_SESSIONS' | translate}}
-{{'MANAGE_SESSION.HELP_SESSIONS' | translate}}
- - - - - -- | - {{'MANAGE_SESSION.TABLE_HEADER_SESSION_USERNAME' | translate}} - | -- {{'MANAGE_SESSION.TABLE_HEADER_SESSION_STARTDATE' | translate}} - | -- {{'MANAGE_SESSION.TABLE_HEADER_SESSION_REMOTEHOST' | translate}} - | -- {{'MANAGE_SESSION.TABLE_HEADER_SESSION_CONNECTION_NAME' | translate}} - | -
---|---|---|---|---|
- - | -- {{wrapper.tunnel.username}} - | -- {{wrapper.tunnel.startDate | date:'short'}} - | -- {{wrapper.tunnel.remoteHost}} - | -- {{connections[wrapper.tunnel.identifier].name}} - | -
+ | {{'MANAGE_SESSION.TABLE_HEADER_SESSION_USERNAME' | translate}} | +{{'MANAGE_SESSION.TABLE_HEADER_SESSION_STARTDATE' | translate}} | +{{'MANAGE_SESSION.TABLE_HEADER_SESSION_REMOTEHOST' | translate}} | +{{'MANAGE_SESSION.TABLE_HEADER_SESSION_CONNECTION_NAME' | translate}} | +
---|---|---|---|---|
+ + | +{{wrapper.tunnel.username}} | +{{wrapper.tunnel.startDate | date:'short'}} | +{{wrapper.tunnel.remoteHost}} | +{{connections[wrapper.tunnel.identifier].name}} | +
{{'MANAGE_USER.HELP_USERS' | translate}}
- - -