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