MDL-22748 Made the standard redirect text and continue link look nicer.
This commit is contained in:
@@ -537,7 +537,7 @@ class core_renderer extends renderer_base {
|
||||
break;
|
||||
}
|
||||
$output .= $this->notification($message, 'redirectmessage');
|
||||
$output .= '<a href="'. $encodedurl .'">'. get_string('continue') .'</a>';
|
||||
$output .= '<div class="continuebutton">(<a href="'. $encodedurl .'">'. get_string('continue') .'</a>)</div>';
|
||||
if ($debugdisableredirect) {
|
||||
$output .= '<p><strong>Error output, so disabling automatic redirect.</strong></p>';
|
||||
}
|
||||
|
||||
@@ -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;}
|
||||
.smartselect .smartselect_submenu {-moz-border-radius:4px;-webkit-border-radius: 5px;}
|
||||
|
||||
Reference in New Issue
Block a user