Index: lams_central/web/css/orgGroup.css =================================================================== diff -u -re923dff715d473f8bb19d3593f1419662544111c -r3ead910e766fb518a08fc2d2cf53382431313cbf --- lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision e923dff715d473f8bb19d3593f1419662544111c) +++ lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision 3ead910e766fb518a08fc2d2cf53382431313cbf) @@ -10,24 +10,29 @@ } div#titleDiv { + padding: 0 5px 0 5px; font-size: small; font-weight: bold; - padding: 5px 10px 5px 10px; border-bottom: thin dotted #2E6E9E; } div#titleDiv input { - margin-left: 5px; + margin: 5px 0 5px 0; width: 290px; } -#titleInstructions{ - padding-top: 4px; +div#titleDiv .ui-button { + margin-bottom: 5px; + font-size: inherit; +} + +#titleInstructions { + margin-top: 7px; float: right; } table#groupsTable { - height: 380px; + height: 375px; } table#groupsTable td { @@ -104,11 +109,20 @@ cursor: default; } +.userContainer .ui-state-disabled { + opacity: 1 !important; +} + .droppableHighlight { padding : 1px !important; border: 5px solid #5c9ccc !important; } +.locked { + padding : 4px; + border: 2px solid red; +} + .draggableUserSelected { background-color: #5c9ccc !important; color: white !important;