From: moodler Date: Tue, 8 Feb 2005 08:13:23 +0000 (+0000) Subject: Improved styles for admin/modules.php page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bdfd310316c52620fbcece2ea9c9b62b84f76e03;p=moodle.git Improved styles for admin/modules.php page --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index dd7d656aa9..df9813f47d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -522,3 +522,8 @@ body#admin-index .c0 { vertical-align: top; background: #FAFAFA; } + +body#admin-modules .generaltablecell { + padding-top: 1px; + padding-bottom: 1px; +}