Commit c8c83b5c by frances botsford

Merge pull request #8193 from edx/frances/fix/dashboard-verified-status

fix verification widget layout on dashboard
parents e424ce8a 883e9061
......@@ -1033,12 +1033,11 @@
.status-verification {
.status-title {
margin: 0 0 ($baseline/4) 26px;
margin: 0 0 ($baseline/4) 0;
}
.status-data {
margin: 0 0 ($baseline/2) 26px;
width: 80%;
margin: 0 0 ($baseline/2) 0;
}
.status-data-message {
......@@ -1072,7 +1071,7 @@
@include triangle(($baseline/2), $m-gray-d3, up);
position: absolute;
left: 45%;
top: -($baseline/2);
top: -6px;
}
}
......
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