Split team management into tabs

Check for field changes before changing tabs
or uploading screenshots
This commit is contained in:
2017-07-25 10:49:26 -05:00
parent ce650132c0
commit 487273231a
7 changed files with 407 additions and 152 deletions

View File

@@ -183,7 +183,7 @@ table tfoot {
}
.pure-button-toggle-middle {
border-radius: 0px;
margin-left: -1px;
margin-left: -5px;
border-left: 1px solid #CCC;
}
.pure-button-toggle-last {
@@ -198,6 +198,10 @@ table tfoot {
color: #999;
}
#modal-body {
margin-bottom: 15px;
}
#modal-overlay {
visibility: hidden;
position: absolute;