Need Help! registration page display wrong when using IE
-
I have customized my registration page, after finished customize it look find for Chrome and Firefox but IE displaying worse.
Here is the that I have put in child theme style.css:
.login form .input { background: none repeat scroll 0 0 #FBFBFB ;
border: 1px solid #E6DB55;
box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
font-size: 24px;
font-weight: 200;
line-height: 1;
margin-bottom: 16px ;
margin-right: 6px ;
margin-top: 2px ;
outline: medium none;
padding: 3px ;
width: 494px ;
}
/* edit login form */
.login form {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
margin-left: -103px ;
padding-bottom: 46px ;
padding-left: 24px ;
padding-top: 26px ;
width: 500px ;
}
/* edit pie register input */
#phone, #pass1, #pass2, #regcode, #captcha, #firstname, #lastname, #website, #aim, #yahoo, #jabber, #about, .custom_field {
background: none repeat scroll 0 0 #FBFBFB !important;
font-size: 20px;
margin-right: 6px !important;
padding: 3px !important;
width: 502px !important;
border: 1px solid #E6DB55 !important;
}
/* edit pass strength */
.login #pass-strength-result {
border-style: solid;
border-width: 1px;
font-weight: bold;
margin: 12px 0 6px;
padding: 6px 5px;
text-align: center;
width: 490px !important;
}
/* fix logo in registration form */
h1 {
padding-left: 6px
}
/* Change background color */
html, .wp-dialog {
background-color: #FBFBFB !important;
}
/* line-up navigation text */
.login #nav {
display: none !important;
}
/* Change Footer Widget Background Color */
#sidebar_bottom {
background: none repeat scroll 0 0 #FFFAFA !important;
}
Or you can look at my site: http://d-jing.com/wp-login?action=register
Any idea how to fix?
Thanks
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
