mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
dd074069de
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92509 467b73ca-7a2a-4603-9d3b-597d59a354a9
18 lines
272 B
CSS
Executable File
18 lines
272 B
CSS
Executable File
#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;
|
|
}
|