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; ...@@ -89,7 +89,6 @@ $sm-btn-linkedin: #0077b5;
.section-title { .section-title {
position: relative; position: relative;
height: 16px;
margin: 20px 0 10px; margin: 20px 0 10px;
&.lines { &.lines {
...@@ -275,15 +274,14 @@ $sm-btn-linkedin: #0077b5; ...@@ -275,15 +274,14 @@ $sm-btn-linkedin: #0077b5;
} }
.field-link { .field-link {
position: absolute; display: block;
top: 0; margin-bottom: ($baseline/2);
right: 0; margin-top: ($baseline/4);
color: $m-blue-d5; color: $m-blue-d5;
font-weight: $font-regular; font-weight: $font-regular;
text-decoration: none !important; // needed but nasty text-decoration: none !important; // needed but nasty
font-family: $sans-serif; font-family: $sans-serif;
font-size: 0.8em; font-size: 0.8em;
padding-top: 7px;
} }
input, 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