Index: lams_central/web/css/orgGroup.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/orgGroup.css,v diff -u -r1.3.2.3 -r1.3.2.4 --- lams_central/web/css/orgGroup.css 7 Nov 2016 09:46:00 -0000 1.3.2.3 +++ lams_central/web/css/orgGroup.css 12 May 2017 14:28:11 -0000 1.3.2.4 @@ -121,3 +121,14 @@ background-color: #5c9ccc !important; color: white !important; } + +#save-course-grouping-container { + display: inline-block; + width: 100%; + margin-bottom: -7px; +} +.dialogContainer { + display: none; + -webkit-overflow-scrolling: touch !important; + overflow: auto; +}