Index: lams_central/web/css/orgGroup.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/orgGroup.css,v diff -u -r1.3 -r1.3.2.1 --- lams_central/web/css/orgGroup.css 24 Sep 2013 13:47:21 -0000 1.3 +++ lams_central/web/css/orgGroup.css 31 Oct 2016 16:16:34 -0000 1.3.2.1 @@ -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; }