Index: lams_admin/web/css/learningLibraryGroup.css =================================================================== diff -u -rff01a6c237cefc4a5186889bf46041152cfc37ae -ra83b0eec89979dce7415b02afdda324b14018dbb --- lams_admin/web/css/learningLibraryGroup.css (.../learningLibraryGroup.css) (revision ff01a6c237cefc4a5186889bf46041152cfc37ae) +++ lams_admin/web/css/learningLibraryGroup.css (.../learningLibraryGroup.css) (revision a83b0eec89979dce7415b02afdda324b14018dbb) @@ -1,93 +1,75 @@ html, body { - height: 100%; -} + height: 100%; } div#titleDiv { - padding: 3px 5px; - font-size: small; - font-weight: bold; - border-bottom: thin dotted #2E6E9E; -} + padding: 3px 5px; + font-size: small; + font-weight: bold; + border-bottom: thin dotted #2E6DA4; } table#groupsTable { - height: 375px; -} + height: 375px; } table#groupsTable td { - vertical-align: top; -} + vertical-align: top; } td#learningLibraryCell { - width: 200px; - padding: 5px; - border-right: thin dotted #2E6E9E; -} + width: 200px; + padding: 5px; + border-right: thin dotted #2E6DA4; } #groupTemplate { - display: none; -} + display: none; } #newGroupPlaceholder { - border: thin dashed #2E6E9E; - cursor: pointer; -} + border: thin dashed #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 solid #2E6DA4; } .learningLibraryContainerTitle { - font-weight: bold; - text-align: center; -} + font-weight: bold; + text-align: center; } .removeGroupButton { - float: left; - cursor: pointer; - width: 16px; - height: 16px; -} + float: left; + cursor: pointer; + width: 16px; + height: 16px; } .learningLibraryContainer { - overflow: auto; - height: 123px; - margin-top: 5px; -} + overflow: auto; + height: 123px; + margin-top: 5px; } td#learningLibraryCell .learningLibraryContainer { - height: 100%; -} + height: 100%; } .groupContainer input { - width: 135px; - margin-right: 5px; -} + width: 135px; + margin-right: 5px; } .groupContainer .removeGroupButton { - padding-top: 3px; -} + padding-top: 3px; } .draggableLearningLibrary { - padding: 3px 0px 3px 0px; - cursor: default; -} + padding: 3px 0px 3px 0px; + cursor: default; } .droppableHighlight { - padding : 1px !important; - border: 5px solid #5c9ccc !important; -} + padding: 1px !important; + border: 5px solid #5898d0 !important; } .draggableLearningLibrarySelected { - background-color: #5c9ccc !important; - color: white !important; -} \ No newline at end of file + background-color: #5898d0 !important; + color: white !important; }