Commit 48b50fa0 by Chris

Merge pull request #6971 from edx/clrux/rtl-1630-fix

RTLifying the forgot password link
parents 62b91d6f a1143d45
......@@ -89,7 +89,6 @@ $sm-btn-linkedin: #0077b5;
.section-title {
position: relative;
height: 16px;
margin: 20px 0 10px;
&.lines {
......@@ -275,15 +274,14 @@ $sm-btn-linkedin: #0077b5;
}
.field-link {
position: absolute;
top: 0;
right: 0;
display: block;
margin-bottom: ($baseline/2);
margin-top: ($baseline/4);
color: $m-blue-d5;
font-weight: $font-regular;
text-decoration: none !important; // needed but nasty
font-family: $sans-serif;
font-size: 0.8em;
padding-top: 7px;
}
input,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment