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

UI Improvements - Admin - Login page updates #194

This commit is contained in:
Awilum
2014-02-01 13:09:13 +02:00
parent 27cf070816
commit 0bbf9544da
2 changed files with 21 additions and 11 deletions

View File

@@ -49,14 +49,20 @@ a.btn-expand {
padding-right:4px;
}
.login-footer,
.login-footer a {
color:#777;
font-size:12px;
}
footer {
margin-top: 40px;
}
footer,
footer a {
color:#333;
font-size:10px;
color:#777;
font-size:12px;
}
footer span {

View File

@@ -117,18 +117,22 @@
</div>
</div>
<div>
<div class="text-center">
<a class="small-grey-text" href="<?php echo Option::get('siteurl'); ?>"><?php echo __('Back to Website', 'system');?></a> -
<a class="small-grey-text reset-password-btn" href="javascript:;"><?php echo __('Forgot your password ?', 'system');?></a>
<a class="small-grey-text administration-btn" href="javascript:;"><?php echo __('Log in', 'system');?></a>
</div>
</div>
</div>
<div class="text-center">
<span class="small-grey-text">© 2012 - 2014 <a href="http://monstra.org" class="small-grey-text" target="_blank">Monstra</a> <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?></span>
<div class="login-footer">
<div class="text-center">
<a class="small-grey-text" href="<?php echo Option::get('siteurl'); ?>"><?php echo __('Back to Website', 'system');?></a> -
<a class="small-grey-text reset-password-btn" href="javascript:;"><?php echo __('Forgot your password ?', 'system');?></a>
<a class="small-grey-text administration-btn" href="javascript:;"><?php echo __('Log in', 'system');?></a>
</div>
<div class="text-center">
<span class="small-grey-text">© 2012 - 2014 <a href="http://monstra.org" class="small-grey-text" target="_blank">Monstra</a> <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?></span>
</div>
</div>
</body>
</html>