Remove connection name textbox. Add separate buttons for connection and group creation.

This commit is contained in:
Michael Jumper
2013-08-14 13:43:45 -07:00
parent 63288f45ee
commit 18ef0d2f77
3 changed files with 24 additions and 7 deletions

View File

@@ -443,6 +443,7 @@ div.section {
}
#connections #add-connection,
#connections #add-connection-group,
#users #add-user {
font-size: 0.8em;
}
@@ -457,7 +458,8 @@ body:not(.manage-users) .require-manage-users {
display: none;
}
body:not(.add-connections) #connection-add-form,
body:not(.add-connections) #add-connection,
body:not(.add-connection-groups) #add-connection-group,
body:not(.add-users) #user-add-form {
display: none;
display: none;