Commit ce83924f by frances botsford

Merge pull request #1361 from edx/frances/fix/lms-verification-layout-tweaks

some layout tweaks to the verification choose your track page
parents ab5664ab 8c224a2a
...@@ -751,6 +751,7 @@ ...@@ -751,6 +751,7 @@
.action { .action {
@extend %btn-verify-primary; @extend %btn-verify-primary;
padding: ($baseline/2) ($baseline*0.75);
} }
} }
} }
...@@ -1190,7 +1191,7 @@ ...@@ -1190,7 +1191,7 @@
.form-register-choose { .form-register-choose {
@include clearfix(); @include clearfix();
width: flex-grid(12,12); width: flex-grid(12,12);
margin: $baseline 0; margin: ($baseline*2) 0;
.deco-divider { .deco-divider {
width: flex-grid(8,12); width: flex-grid(8,12);
...@@ -1210,7 +1211,7 @@ ...@@ -1210,7 +1211,7 @@
background: $m-gray-l4; background: $m-gray-l4;
&:last-child { &:last-child {
margin-bottom: none; margin-bottom: 0;
} }
.wrapper-copy, .list-actions { .wrapper-copy, .list-actions {
...@@ -1352,12 +1353,13 @@ ...@@ -1352,12 +1353,13 @@
.field { .field {
float: left; float: left;
margin-right: ($baseline/2); margin: 0 ($baseline/2) ($baseline/2) 0;
padding: ($baseline/2) ($baseline*0.75); padding: ($baseline/2) ($baseline*0.75);
background: $m-gray-t0; background: $m-gray-t0;
input { input {
width: auto; width: auto;
padding: 0;
} }
&:last-child { &:last-child {
...@@ -1796,7 +1798,7 @@ ...@@ -1796,7 +1798,7 @@
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom: none; border-bottom: none;
padding-bottom: none; padding-bottom: 0;
} }
> .title { > .title {
......
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