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

Fix for Frontend User Reset Password page

This commit is contained in:
Awilum
2014-07-26 11:58:11 +04:00
parent 1c43b78d71
commit 5d696d9a47
2 changed files with 15 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ a:hover {
float: left;
}
.success {
color:#9BBA1C;
display: inline-block;
float: left;
}
.margin-top-1 {
margin-top: 1em;
}