From: urs_hunkler Date: Thu, 22 Feb 2007 17:51:03 +0000 (+0000) Subject: 'added nowrap to .flexible th - MDL-8419' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b4a1317475526de2ebd847a4931cea33def4d96e;p=moodle.git 'added nowrap to .flexible th - MDL-8419' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 38abb78e7a..4a89da9bc8 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;