From: urs_hunkler Date: Thu, 22 Feb 2007 07:36:17 +0000 (+0000) Subject: 'added nowrap to the first column for module names in modules tabels' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4db0efdf355bced4ce09c6990632d159292f31ca;p=moodle.git 'added nowrap to the first column for module names in modules tabels' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 70c2bacc42..ef2a0bc7c7 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -715,6 +715,7 @@ body#admin-modules table.generaltable th.c0, body#admin-modules table.generaltable td.c0 { text-align: left; + white-space: nowrap; } #admin-blocks