Index: lams_central/web/css/orgGroup.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/orgGroup.css,v diff -u -r1.2 -r1.3 --- lams_central/web/css/orgGroup.css 18 Sep 2013 16:33:59 -0000 1.2 +++ lams_central/web/css/orgGroup.css 24 Sep 2013 13:47:21 -0000 1.3 @@ -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;