diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index b15f040b3ed..fd4088e858f 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -537,7 +537,7 @@ class core_renderer extends renderer_base { break; } $output .= $this->notification($message, 'redirectmessage'); - $output .= ''. get_string('continue') .''; + $output .= '
'; if ($debugdisableredirect) { $output .= 'Error output, so disabling automatic redirect.
'; } diff --git a/theme/standard/style/core.css b/theme/standard/style/core.css index aa6af964698..0700b86a410 100644 --- a/theme/standard/style/core.css +++ b/theme/standard/style/core.css @@ -126,7 +126,7 @@ table.formtable tbody th {background-color: transparent;background-image: none;} .my .courseboxcontent .overview .info {font-size:0.7em;} /** - * Tiny MCS + * Tiny MCE */ .mceContentBody {background-color:#FAFAFA;color:#000;} @@ -135,7 +135,7 @@ table.formtable tbody th {background-color: transparent;background-image: none;} */ #layout-table {margin-top: 8px;} #layout-table #content {padding-left:12px;padding-right:12px;} -#redirect {text-align: center;margin-top:10%;} +.redirectmessage {text-align: center;margin-top:10%;} .continuebutton {text-align: center;} #grouppicture {text-align: center;} .notifyproblem {text-align: center;padding: 10px;} @@ -415,4 +415,4 @@ table#tag-management-list {margin: 10px auto;width: 80%;} .smartselect .smartselect_submenuitem:hover {background-color:#C2EAFF;} .smartselect .smartselect_submenu {border-color:#999;} .smartselect .smartselect_menu, -.smartselect .smartselect_submenu {-moz-border-radius:4px;-webkit-border-radius: 5px;} \ No newline at end of file +.smartselect .smartselect_submenu {-moz-border-radius:4px;-webkit-border-radius: 5px;}