Minor class mods, Conference Centers list view updates.

This commit is contained in:
Nate
2019-11-02 13:40:17 -06:00
parent a91e9b2d95
commit 93fe5ef32a
8 changed files with 503 additions and 122 deletions

View File

@@ -2321,3 +2321,9 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
.list-row > .no-wrap {
white-space: nowrap;
}
/* MODAL ************************************************************************/
div.modal-footer {
justify-content: space-between;
}