From 46bd568bf1d8d2f09e6ea86230ca851be9c0fe94 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 21 Feb 2007 21:07:18 +0000 Subject: [PATCH] 'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???' --- theme/standard/styles_layout.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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; -- 2.39.5