'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???'

This commit is contained in:
urs_hunkler 2007-02-21 21:07:18 +00:00
parent 53718d305b
commit 46bd568bf1

View 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;