BUGFIX: IE6 cms login remember me alignment

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70395 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-20 02:42:22 +00:00 committed by Sam Minnee
parent 20e33bb6c3
commit 742b8bfdf5

View File

@ -137,4 +137,24 @@ form .message {
color:#FF4040;
width:240px;
border-color: #FF4040;
}
}
/** LOGIN FORM **/
#Remember {
margin: 0.5em 0 0.5em 11em !important;
}
p#Remember label {
display: inline-block;
margin: 0;
}
#Remember input {
float: left;
margin: 0 5px 0 0;
}
#MemberLoginForm_LoginForm .Actions {
padding-left: 12em;
}
#ForgotPassword {
margin-top: 1em;
}