1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

UI Improvements - Admin - updates #194

This commit is contained in:
Awilum
2014-02-01 18:08:56 +02:00
parent 35029b1e24
commit 46c2d5e93d
2 changed files with 8 additions and 4 deletions

View File

@@ -207,10 +207,14 @@ a.navbar-brand {
.label,
.input-group-addon,
.alert,
.tooltip,
.tooltip-inner,
code {
border-radius: 0px;
}
.badge,
.tooltip,
.tooltip-inner,
.label {
font-weight: normal;
text-shadow: none;

View File

@@ -122,13 +122,13 @@
<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>
<a href="<?php echo Option::get('siteurl'); ?>"><?php echo __('Back to Website', 'system');?></a> -
<a class="reset-password-btn" href="javascript:;"><?php echo __('Forgot your password ?', 'system');?></a>
<a class="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>
<span>© 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>