]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed styles for user listings
authormoodler <moodler>
Sun, 1 Oct 2006 09:33:41 +0000 (09:33 +0000)
committermoodler <moodler>
Sun, 1 Oct 2006 09:33:41 +0000 (09:33 +0000)
theme/standard/styles_layout.css

index 3a810dbbe7512d77729df98b0ff38dbd2678f677..dbf64954f4370f4faa68b89536992a5ecc1229ec 100644 (file)
@@ -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;