Commit 7c8838a6 by Kyle Fiedler

Added some different style for the select problems

parent f785f6f8
...@@ -235,20 +235,16 @@ section.problem { ...@@ -235,20 +235,16 @@ section.problem {
} }
} }
} }
}
// .option-problem { form.option-input {
// @include clearfix; margin: -10px 0 20px;
padding-bottom: 20px;
// > p { border-bottom: 1px solid #e3e3e3;
// float: left;
// width: flex-grid(6,9);
// }
// > span { select {
// float: right; margin-right: flex-gutter();
// width: flex-grid(3,9); }
// }
// }
} }
ul { ul {
...@@ -417,6 +413,8 @@ section.problem { ...@@ -417,6 +413,8 @@ section.problem {
} }
section.action { section.action {
margin-top: 20px;
input.save { input.save {
@extend .blue-button; @extend .blue-button;
} }
......
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
$(this).parent().parent().toggleClass('open'); $(this).parent().parent().toggleClass('open');
return false return false
}); });
}); });
</script> </script>
</%block> </%block>
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