]> git.mjollnir.org Git - moodle.git/commitdiff
'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in...
authorurs_hunkler <urs_hunkler>
Wed, 21 Feb 2007 21:07:18 +0000 (21:07 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 21 Feb 2007 21:07:18 +0000 (21:07 +0000)
theme/standard/styles_layout.css

index 6fdeb075b8345c3abf7351cae89db85d1abe20af..70c2bacc4236061d57cd75ace53050cc28a15804 100644 (file)
@@ -682,9 +682,13 @@ body#admin-index .c1 {
   vertical-align: middle;
 }
 
-body#admin-blocks table.generaltable td.cell,
-body#admin-filters table.generaltable td.cell,
-body#admin-modules table.generaltable td.cell,
+body#admin-blocks table.generaltable th,
+body#admin-filters table.generaltable th,
+body#admin-modules table.generaltable th
+{
+  white-space: nowrap;
+}
+
 body#admin-modules .generaltablecell 
 {
   padding-top: 2px;