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