]> git.mjollnir.org Git - moodle.git/commitdiff
'added nowrap to c0 cell in the module table - MDL-8419'
authorurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 09:15:39 +0000 (09:15 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 09:15:39 +0000 (09:15 +0000)
theme/standard/styles_layout.css

index 70c2bacc4236061d57cd75ace53050cc28a15804..d00decf6a5dbbdb70eb923458ad0e212a51dc805 100644 (file)
@@ -717,6 +717,11 @@ body#admin-modules table.generaltable td.c0
   text-align: left;
 }
 
+body#admin-modules table.generaltable td.c0
+{
+  white-space: nowrap;
+}
+
 #admin-blocks
 #admin-config .confighelp {
   display: block;