Ticket #268: Back button and logout button in admin screen, style improvements.

This commit is contained in:
Michael Jumper
2013-02-12 23:54:40 -08:00
parent afb6e29aef
commit 739f500918
3 changed files with 382 additions and 341 deletions

View File

@@ -350,3 +350,9 @@ body:not(.add-connections) #connection-add-form {
body:not(.add-users) #user-add-form {
display: none;
}
div#logout-panel {
padding: 0.45em;
text-align: right;
float: right;
}