Index: lams_central/web/css/orgGroup.css =================================================================== diff -u -radca50220a7d8b2e43c166ff51dd7e2d22e720e8 -ra83b0eec89979dce7415b02afdda324b14018dbb --- lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision adca50220a7d8b2e43c166ff51dd7e2d22e720e8) +++ lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision a83b0eec89979dce7415b02afdda324b14018dbb) @@ -1,141 +1,117 @@ html, body { - height: 100%; -} + height: 100%; } .errorMessage { - display: none; - font-weight: bold; - color: red; - margin-left: 5px; -} + display: none; + font-weight: bold; + color: red; + margin-left: 5px; } div#titleDiv { - padding: 5px 0 0 5px; -} + padding: 5px 0 0 5px; } div#titleDiv input { - margin-left: 10px; - width: 290px; -} + margin-left: 10px; + width: 290px; } div#titleDiv button { - margin-right: 10px; -} + margin-right: 10px; } #titleInstructions { - text-align: center; - margin-top: 7px; - border-bottom: thin dotted #2E6E9E; -} + text-align: center; + margin-top: 7px; + border-bottom: thin dotted #2E6DA4; } + table#groupsTable { - height: calc(100% - 110px); -} + height: calc(100% - 110px); } + table#groupsTable td { - vertical-align: top; - padding: 5px; -} + vertical-align: top; + padding: 5px; } td#unassignedUserCell { - width: 200px; - border-right: thin dotted #2E6E9E; -} + width: 200px; + border-right: thin dotted #2E6DA4; } #groupTemplate { - display: none; -} + display: none; } #newGroupPlaceholder { - border: thin dashed #2E6E9E; - cursor: pointer; -} + border: thin dotted #2E6DA4; + cursor: pointer; } #newGroupPlaceholder > div { - text-align: center; - margin: 60px 5px 0 5px; -} + text-align: center; + margin: 60px 5px 0 5px; } .groupContainer { - float: left; - width: 180px; - height: 150px; - margin: 0 10px 10px 0; - padding: 5px; - border: thin solid #2E6E9E; -} + float: left; + width: 180px; + height: 150px; + margin: 0 10px 10px 0; + padding: 5px; + border: thin dotted #2E6DA4; } .userContainerTitle { - font-weight: bold; - text-align: center; -} + font-weight: bold; + text-align: center; } .sortUsersButton { - float: right; - cursor: pointer; -} + float: right; + cursor: pointer; } .removeGroupButton { - float: left; - cursor: pointer; -} + float: left; + cursor: pointer; } .userContainer { - overflow: auto; - height: 109px; - margin-top: 5px; -} + overflow: auto; + height: 109px; + margin-top: 5px; } td#unassignedUserCell .userContainer { - height: 100%; - overflow-x: auto; -} + height: 100%; + overflow-x: auto; } .groupContainer input { - width: 135px; - margin-right: 5px; -} + width: 135px; + margin-right: 5px; } .groupContainer .sortUsersButton { - padding-top: 3px; -} + padding-top: 3px; } .draggableUser { - padding: 3px 0px 3px 0px; - cursor: default; -} + padding: 3px 0px 3px 0px; + cursor: default; } .userContainer .ui-state-disabled { - opacity: 1 !important; -} + opacity: 1 !important; } .droppableHighlight { - padding : 1px !important; - border: 5px solid #5c9ccc !important; -} + padding: 1px !important; + border: 5px solid #5898d0 !important; } .locked { - padding : 4px; - border: 2px solid red; -} + padding: 4px; + border: 3px solid #d9534f; } .draggableUserSelected { - background-color: #5c9ccc !important; - color: white !important; -} + background-color: #5898d0 !important; + color: white !important; } #course-grouping-advanced-settings { - display: inline-block; - width: 100%; - padding: 10px; -} + display: inline-block; + width: 100%; + padding: 10px; } + #save-course-grouping-button { - margin-top: 10px; -} + margin-top: 10px; } + #accordionAdvanced { - margin-bottom: 0px; - margin-top: 20px; -} + margin-bottom: 0px; + margin-top: 20px; } + .dialogContainer { - display: none; - -webkit-overflow-scrolling: touch !important; - overflow: auto; -} + display: none; + -webkit-overflow-scrolling: touch !important; + overflow: auto; }