From: moodler Date: Sun, 1 Oct 2006 09:33:41 +0000 (+0000) Subject: Fixed styles for user listings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8be977c5470e4956bb44a117bb5f59b2f8b0e2d8;p=moodle.git Fixed styles for user listings --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 3a810dbbe7..dbf64954f4 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1615,15 +1615,13 @@ body#user-index #showall { margin: 10px 0px; } -body#user-index table#teachers, -body#user-index table#students { +body#user-index table#participants { margin: auto; width: 80%; } -body#user-index table#teachers td, -body#user-index table#teachers th, -body#user-index table#students td, -body#user-index table#students th { + +body#user-index table#participants td, +body#user-index table#participants th { vertical-align: middle; text-align: left; padding: 4px;