Adding some padding to error texts
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="general-block-decorator text-center">
|
||||
<h1>{intl l="Oops! An Error Occurred"}</h1>
|
||||
<h1 style="padding: 40px 0">{intl l="Oops! An Error Occurred"}</h1>
|
||||
|
||||
{block name="error-message"}<p>{$error_message}</p>{/block}
|
||||
{block name="error-message"}<p style="padding: 20px 0">{$error_message}</p>{/block}
|
||||
|
||||
<a href="{url path='/admin'}" class="btn btn-default btn-info btn-lg"><span class="glyphicon glyphicon-home"></span> {intl l="Go to administration home"}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user