From: urs_hunkler Date: Thu, 22 Feb 2007 09:15:39 +0000 (+0000) Subject: 'added nowrap to c0 cell in the module table - MDL-8419' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5902558c6f9dfb9f9d9fe17d067fac4832d62a08;p=moodle.git 'added nowrap to c0 cell in the module table - MDL-8419' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 70c2bacc42..d00decf6a5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -717,6 +717,11 @@ body#admin-modules table.generaltable td.c0 text-align: left; } +body#admin-modules table.generaltable td.c0 +{ + white-space: nowrap; +} + #admin-blocks #admin-config .confighelp { display: block;