diff --git a/lib/weblib.php b/lib/weblib.php index 95b78d978db..9a0dde057bc 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3059,7 +3059,7 @@ function print_single_button($link, $options, $label='OK', $method='get', $targe $output .= '
'; // taking target out, will need to add later target="'.$target.'" $output .= '
'; - $output .= '
'; + $output .= '
'; if ($options) { foreach ($options as $name => $value) { $output .= ''; diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 9dfc996863d..fd4d9302889 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -188,13 +188,20 @@ img.grouppicture { margin-right:auto; } -#notice .buttons .singlebutton { - display:inline; +#notice .buttons { + text-align:center } + +#notice .buttons div, #notice .buttons form { display:inline; } +#notice .singlebutton { + text-align:center; + padding: 5px; +} + .errorbox { border-width:1px; border-style:solid; @@ -503,7 +510,7 @@ form#adminsettings div.htmlarea { } .mform label .req, .mform label .adv { - cursor: help; + cursor: help; } #admin-register form.mform .fsubmit { @@ -1071,7 +1078,7 @@ a.skip-block, .skip-block { } .sideblock .content .inline-list li { - display: inline; + display:inline; } .sideblock .content ul.list li.listentry { @@ -2527,7 +2534,9 @@ body#user-index .rolesform { .defaulttemplate { text-align:center; } - +.datapreferences { + text-align:center; +} /*** *** Modules: Forum ***/