From: moodler Date: Thu, 11 Jan 2007 08:31:58 +0000 (+0000) Subject: XHTML Strrrrict and css tidying X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=195b310566258e485954769dd7069cc68475a4ba;p=moodle.git XHTML Strrrrict and css tidying --- diff --git a/admin/stickyblocks.php b/admin/stickyblocks.php index daeae4af16..c91625cb82 100644 --- a/admin/stickyblocks.php +++ b/admin/stickyblocks.php @@ -63,13 +63,11 @@ } - print_simple_box_start('center'); + print_box_start(); print_heading($strheading); - echo '
'.get_string('stickyblockspagetype','admin').': '; - popup_form("$CFG->wwwroot/$CFG->admin/stickyblocks.php?pt=", $options, 'selecttype', $pt); - echo '
'; + popup_form("$CFG->wwwroot/$CFG->admin/stickyblocks.php?pt=", $options, 'selecttype', $pt, 'choose', '', '', false, 'self', get_string('stickyblockspagetype','admin')); echo '

'.get_string('stickyblocksduplicatenotice','admin').'

'; - print_simple_box_end(); + print_box_end(); if (!empty($pt)) { diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a486640007..2cca906204 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -633,17 +633,21 @@ body#admin-blocks table#incompatible th.c0 { text-align: left; } -body#admin-blocks -body#admin-config .confighelp { +#admin-blocks +#admin-config .confighelp { display: block; padding-bottom: 20px; } -body#admin-roles-manage table.generalbox { +#admin-roles-manage table.generalbox { margin: auto; } -body#admin-index .copyrightnotice { +#admin-stickyblocks .generalbox { + text-align:center; +} + +#admin-index .copyrightnotice { margin: auto; text-align: center; }