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:
@@ -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
|
||||
*************************************/
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user