Commit cbab81cd by Brian Talbot

nudging step status UI for alignment's sake

parent 0984081b
...@@ -1064,7 +1064,7 @@ hr.divider, ...@@ -1064,7 +1064,7 @@ hr.divider,
width: 23.23176%; width: 23.23176%;
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; } }
...@@ -1076,7 +1076,7 @@ hr.divider, ...@@ -1076,7 +1076,7 @@ hr.divider,
width: 23.23176%; width: 23.23176%;
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; } }
...@@ -1088,7 +1088,7 @@ hr.divider, ...@@ -1088,7 +1088,7 @@ hr.divider,
width: 23.23176%; width: 23.23176%;
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; } }
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
@include span-columns(3 of 12); @include span-columns(3 of 12);
@include omega(); @include omega();
position: relative; position: relative;
top: -($baseline-v/2); top: -($baseline-v/4);
text-align: right; text-align: right;
} }
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
@include span-columns(3 of 12); @include span-columns(3 of 12);
@include omega(); @include omega();
position: relative; position: relative;
top: -($baseline-v/2); top: -($baseline-v/4);
text-align: right; text-align: right;
} }
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
@include span-columns(3 of 12); @include span-columns(3 of 12);
@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