diff --git a/common/lib/xmodule/xmodule/css/capa/display.scss b/common/lib/xmodule/xmodule/css/capa/display.scss index d5ff7674ac..548c9b4a69 100644 --- a/common/lib/xmodule/xmodule/css/capa/display.scss +++ b/common/lib/xmodule/xmodule/css/capa/display.scss @@ -235,20 +235,16 @@ section.problem { } } } + } - // .option-problem { - // @include clearfix; + form.option-input { + margin: -10px 0 20px; + padding-bottom: 20px; + border-bottom: 1px solid #e3e3e3; - // > p { - // float: left; - // width: flex-grid(6,9); - // } - - // > span { - // float: right; - // width: flex-grid(3,9); - // } - // } + select { + margin-right: flex-gutter(); + } } ul { @@ -417,6 +413,8 @@ section.problem { } section.action { + margin-top: 20px; + input.save { @extend .blue-button; } diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 7614c8a509..65b8193df9 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -53,7 +53,6 @@ $(this).parent().parent().toggleClass('open'); return false }); - });