1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-16 10:04:34 +02:00

Fix for Frontend User Auth page

This commit is contained in:
Awilum
2014-07-26 11:52:07 +04:00
parent d58e1c2f92
commit 1c43b78d71
2 changed files with 28 additions and 1 deletions

View File

@@ -23,6 +23,24 @@ a:hover {
.error {
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 */