Browse Source

Minor class mods, Conference Centers list view updates.

Nate 5 years ago
parent
commit
d700381754
1 changed files with 6 additions and 0 deletions
  1. 6 0
      themes/default/css.php

+ 6 - 0
themes/default/css.php

@@ -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;
+		}