mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Fix for Frontend User Auth page
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<?php
|
||||||
|
// Monstra Notifications
|
||||||
|
Notification::get('error') AND $error = Notification::get('error');
|
||||||
|
echo '<div class="error margin-bottom-1">'.$error."</div>";
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<?php echo Form::hidden('csrf', Security::token()); ?>
|
<?php echo Form::hidden('csrf', Security::token()); ?>
|
||||||
|
@@ -23,6 +23,24 @@ a:hover {
|
|||||||
|
|
||||||
.error {
|
.error {
|
||||||
color:red;
|
color:red;
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.margin-top-1 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.margin-top-2 {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.margin-bottom-1 {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.margin-bottom-2 {
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Flat UI */
|
/* Flat UI */
|
||||||
|
Reference in New Issue
Block a user