Merge pull request #6050 from edx/waheed/tnl558-fix-membership-page-tooltip-issue

Fixed instructor dashboard tooltip far away issue.
This commit is contained in:
Waheed Ahmed
2014-12-04 14:08:27 +05:00

View File

@@ -744,7 +744,7 @@ section.instructor-dashboard-content-2 {
display: none;
position: absolute;
top: 15px;
right: 0;
left: ($baseline*10);
padding: ($baseline/2);
width: 50%;
background-color: $light-gray;