]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE...
authorskodak <skodak>
Sat, 2 Feb 2008 21:53:28 +0000 (21:53 +0000)
committerskodak <skodak>
Sat, 2 Feb 2008 21:53:28 +0000 (21:53 +0000)
theme/standard/styles_layout.css

index 9d9e8ccc1e50eb56076ad283f25aae7fc4b50216..ca4727f6bd2f8b7426853b41091e43845c8b1263 100644 (file)
@@ -996,6 +996,9 @@ body#admin-modules table.generaltable td.c0
   margin:20px;
 }
 
+#admin-user-user_bulk #users .fgroup {
+  white-space: nowrap;
+}
 
 .plugincompattable caption {
   text-align: center;