MDL-56767 block_login: Use btn-block as suggested by Andrew
This commit is contained in:
@@ -94,7 +94,7 @@ class block_login extends block_base {
|
||||
}
|
||||
|
||||
$this->content->text .= '<div class="form-group">';
|
||||
$this->content->text .= '<input type="submit" class="btn btn-primary" value="'.get_string('login').'" />';
|
||||
$this->content->text .= '<input type="submit" class="btn btn-primary btn-block" value="'.get_string('login').'" />';
|
||||
$this->content->text .= '</div>';
|
||||
|
||||
$this->content->text .= "</form>\n";
|
||||
|
||||
Reference in New Issue
Block a user