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

Admin Default Theme: login page - updates

This commit is contained in:
Awilum
2012-12-16 01:23:36 +02:00
parent 4913521451
commit 38d147d47f
2 changed files with 4 additions and 6 deletions

View File

@@ -427,17 +427,15 @@ td, th {
max-width: 290px;
padding: 19px 29px 29px;
margin: 0 auto 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: none repeat scroll 0 0 #fcfcfc;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
box-shadow: 0 1px 5px rgba(0,0,0,.15);
border-radius: 4px 4px 4px 4px;
}
/*************************************
6. MISC
*************************************/

View File

@@ -82,7 +82,7 @@
<?php if (Option::get('captcha_installed') == 'true') { ?>
<label><?php echo __('Captcha'); ?><label>
<input type="text" name="answer" class="span3">
<input type="text" name="answer" class="input-xlarge">
<?php CryptCaptcha::draw(); ?>
<?php } ?>
<br>