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 { ...@@ -17,14 +17,12 @@ div.lti {
.wrapper-lti-link { .wrapper-lti-link {
@include font-size(14); @include font-size(14);
position: relative;
background-color: $sidebar-color; background-color: $sidebar-color;
padding: ($baseline*1.8) ($baseline*1.5) ($baseline*1.1) $baseline; padding: $baseline;
.lti-link { .lti-link {
position: absolute; margin-bottom: 0;
top: ($baseline*1.8); text-align: right;
right: $baseline;
.link_lti_new_window { .link_lti_new_window {
@extend .gray-button; @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