Index: lams_central/web/css/orgGroup.css =================================================================== diff -u -r3ead910e766fb518a08fc2d2cf53382431313cbf -r970546106e9b05a4d1a507b26be2ce96130b4f01 --- lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision 3ead910e766fb518a08fc2d2cf53382431313cbf) +++ lams_central/web/css/orgGroup.css (.../orgGroup.css) (revision 970546106e9b05a4d1a507b26be2ce96130b4f01) @@ -10,38 +10,31 @@ } div#titleDiv { - padding: 0 5px 0 5px; - font-size: small; - font-weight: bold; - border-bottom: thin dotted #2E6E9E; + padding: 5px 0 0 5px; } div#titleDiv input { - margin: 5px 0 5px 0; + margin-left: 10px; width: 290px; } -div#titleDiv .ui-button { - margin-bottom: 5px; - font-size: inherit; +div#titleDiv button { + margin-right: 10px; } #titleInstructions { + text-align: center; margin-top: 7px; - float: right; + border-bottom: thin dotted #2E6E9E; } -table#groupsTable { - height: 375px; -} - table#groupsTable td { vertical-align: top; + padding: 5px; } td#unassignedUserCell { width: 200px; - padding: 5px; border-right: thin dotted #2E6E9E; } @@ -81,8 +74,6 @@ .removeGroupButton { float: left; cursor: pointer; - width: 16px; - height: 16px; } .userContainer { @@ -100,7 +91,7 @@ margin-right: 5px; } -.groupContainer .sortUsersButton, .groupContainer .removeGroupButton { +.groupContainer .sortUsersButton { padding-top: 3px; }