Commit 90fbbe14 by Waheed Ahmed

Merge pull request #5005 from edx/waheed/lms11302-fix-external-link-alignment

Minor styling tweaks for external resource button in LTI component.
parents 2cba87d0 4993e223
......@@ -17,14 +17,12 @@ div.lti {
.wrapper-lti-link {
@include font-size(14);
position: relative;
background-color: $sidebar-color;
padding: ($baseline*1.8) ($baseline*1.5) ($baseline*1.1) $baseline;
padding: $baseline;
.lti-link {
position: absolute;
top: ($baseline*1.8);
right: $baseline;
margin-bottom: 0;
text-align: right;
.link_lti_new_window {
@extend .gray-button;
......
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