From: urs_hunkler Date: Wed, 21 Feb 2007 21:07:18 +0000 (+0000) Subject: 'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=46bd568bf1d8d2f09e6ea86230ca851be9c0fe94;p=moodle.git 'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 6fdeb075b8..70c2bacc42 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;