]> git.mjollnir.org Git - moodle.git/commitdiff
'added nowrap to the first column for module names in modules tabels'
authorurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 07:36:17 +0000 (07:36 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 07:36:17 +0000 (07:36 +0000)
theme/standard/styles_layout.css

index 70c2bacc4236061d57cd75ace53050cc28a15804..ef2a0bc7c7005ae46343786841d7db742b480ea2 100644 (file)
@@ -715,6 +715,7 @@ body#admin-modules table.generaltable th.c0,
 body#admin-modules table.generaltable td.c0
 {
   text-align: left;
+  white-space: nowrap;
 }
 
 #admin-blocks