bug fixe
This commit is contained in:
@@ -788,12 +788,13 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
|
||||
.modal-content &{
|
||||
padding: 0.5em 0.5em 5em 0.5em;
|
||||
padding: 2em;
|
||||
|
||||
width:400px;
|
||||
background-color: #fff;
|
||||
padding:5px;
|
||||
@include rounded(5px);
|
||||
@include drop-shadow(0, 0, 7px, 0.4);
|
||||
|
||||
#user-register-form{
|
||||
// hide honeypot field, because drupal.attachbehavior() doesn't work
|
||||
@@ -2131,7 +2132,7 @@ body.page-node-11187{
|
||||
}
|
||||
|
||||
#block-materio-user-user-register{
|
||||
width:600px; margin: 0 auto;
|
||||
width:600px; margin: 0 auto; padding:2em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3019,25 +3020,6 @@ body.home-v2{
|
||||
.message-error{
|
||||
color:#b94a48; @include fs12;
|
||||
}
|
||||
|
||||
.modal-content &{
|
||||
padding: 0.5em 0.5em 5em 0.5em;
|
||||
|
||||
width:400px;
|
||||
background-color: #fff;
|
||||
padding:5px;
|
||||
@include rounded(5px);
|
||||
|
||||
#user-register-form{
|
||||
// hide honeypot field, because drupal.attachbehavior() doesn't work
|
||||
div.homepage-textfield{display:none;}
|
||||
|
||||
.description{
|
||||
@include fs12;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&.showroom{
|
||||
|
Reference in New Issue
Block a user