Index: lams_central/web/css/orgGroup.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/orgGroup.css,v diff -u -r1.1 -r1.2 --- lams_central/web/css/orgGroup.css 17 Sep 2013 16:23:05 -0000 1.1 +++ lams_central/web/css/orgGroup.css 18 Sep 2013 16:33:59 -0000 1.2 @@ -2,17 +2,36 @@ height: 100%; } +.errorMessage { + display: none; + font-weight: bold; + color: red; + margin-left: 5px; +} + div#titleDiv { font-size: small; font-weight: bold; - padding: 5px 0; - text-align: center; + padding: 5px 10px 5px 10px; border-bottom: thin dotted #2E6E9E; } -table td { +div#titleDiv input { + margin-left: 5px; + width: 290px; +} + +#titleInstructions{ + padding-top: 4px; + float: right; +} + +table#groupsTable { + height: 380px; +} + +table#groupsTable td { vertical-align: top; - height: 348px; } td#unassignedUserCell { @@ -49,13 +68,14 @@ text-align: center; } -.removeGroupButton, .sortUsersButton { +.sortUsersButton { float: right; cursor: pointer; } .removeGroupButton { - padding-right: 3px; + float: left; + cursor: pointer; width: 16px; height: 16px; }