Index: lams_central/web/css/orgGroup.scss =================================================================== diff -u -r1aff6aeac19473c0089c0f3ff578a183beb92555 -r6c440a2765211f34a997d010eee1c4a5b5a1d9c2 --- lams_central/web/css/orgGroup.scss (.../orgGroup.scss) (revision 1aff6aeac19473c0089c0f3ff578a183beb92555) +++ lams_central/web/css/orgGroup.scss (.../orgGroup.scss) (revision 6c440a2765211f34a997d010eee1c4a5b5a1d9c2) @@ -29,7 +29,7 @@ } table#groupsTable { - height: calc(100% - 280px); + height: 420px; // do not use calc(100% - XXpx) but fix it so that iPad does not shift lengths when accordians are opened } table#groupsTable td { vertical-align: top; @@ -86,7 +86,7 @@ } td#unassignedUserCell .userContainer { - height: 100%; + height: calc(100% - 10px); overflow-x: auto; } @@ -128,11 +128,14 @@ margin-bottom: 0px; margin-top: 20px; } -#accordionUploadGroupFile { - margin-bottom: 0px; -} .dialogContainer { display: none; -webkit-overflow-scrolling: touch !important; overflow: auto; } +// override values from dialog.scss +.dialogContainer .modal-body { + height : 100%; + max-height: calc(100% - 38px); + padding: 15px; +} Index: lams_central/web/orgGroup.jsp =================================================================== diff -u -r1aff6aeac19473c0089c0f3ff578a183beb92555 -r6c440a2765211f34a997d010eee1c4a5b5a1d9c2 --- lams_central/web/orgGroup.jsp (.../orgGroup.jsp) (revision 1aff6aeac19473c0089c0f3ff578a183beb92555) +++ lams_central/web/orgGroup.jsp (.../orgGroup.jsp) (revision 6c440a2765211f34a997d010eee1c4a5b5a1d9c2) @@ -184,7 +184,7 @@ -
+
@@ -202,7 +202,7 @@
-
+
@@ -230,7 +230,7 @@
- +