1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +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, .label,
.input-group-addon, .input-group-addon,
.alert, .alert,
.tooltip,
.tooltip-inner,
code { code {
border-radius: 0px; border-radius: 0px;
} }
.badge, .badge,
.tooltip,
.tooltip-inner,
.label { .label {
font-weight: normal; font-weight: normal;
text-shadow: none; text-shadow: none;

View File

@@ -122,13 +122,13 @@
<div class="login-footer"> <div class="login-footer">
<div class="text-center"> <div class="text-center">
<a class="small-grey-text" href="<?php echo Option::get('siteurl'); ?>"><?php echo __('Back to Website', 'system');?></a> - <a 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="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 class="administration-btn" href="javascript:;"><?php echo __('Log in', 'system');?></a>
</div> </div>
<div class="text-center"> <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>
</div> </div>