'added nowrap to .flexible th - MDL-8419'

This commit is contained in:
urs_hunkler 2007-02-22 17:51:03 +00:00
parent 6022c4f560
commit b4a1317475

View File

@ -294,6 +294,11 @@ table.formtable tbody .htmlarea th
padding: 0;
}
.flexible th
{
white-space: nowrap;
}
.paging {
text-align: center;
margin: 10px 0 10px 0;