From: Andrew Davis Date: Fri, 27 Nov 2009 05:56:46 +0000 (+0000) Subject: mnet admin MDL-12057 Added an entry to standard style css to make tables on admin... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=42812ceb082456d63a99bdcbf860682c86391bc1;p=moodle.git mnet admin MDL-12057 Added an entry to standard style css to make tables on admin/mnet/index.php the same width --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d6e996a310..9495040d3c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1325,6 +1325,10 @@ table.explainpermissions .cell { margin:auto; } +.generalboxcontent table{ + width:100%; +} + #admin-index .adminerror, #admin-index .adminwarning { text-align:center;