Commit 19b69f03 by Brian Talbot

adjusting placement of step status UI

parent 6f58efed
...@@ -1052,7 +1052,7 @@ hr.divider, ...@@ -1052,7 +1052,7 @@ hr.divider,
width: 30.11389%; width: 30.11389%;
margin-right: 0; margin-right: 0;
position: relative; position: relative;
top: -10px; top: -5px;
text-align: right; } text-align: right; }
.openassessment .openassessment__steps__step .step__status:last-child { .openassessment .openassessment__steps__step .step__status:last-child {
margin-right: 0; } } margin-right: 0; } }
......
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
@include span-columns(2 of 6); @include span-columns(2 of 6);
@include omega(); @include omega();
position: relative; position: relative;
top: -($baseline-v/2); top: -($baseline-v/4);
text-align: right; text-align: right;
} }
......
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