Commit 7c8838a6 by Kyle Fiedler

Added some different style for the select problems

parent f785f6f8
......@@ -235,20 +235,16 @@ section.problem {
}
}
}
}
// .option-problem {
// @include clearfix;
// > p {
// float: left;
// width: flex-grid(6,9);
// }
form.option-input {
margin: -10px 0 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e3e3e3;
// > 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;
}
......
......@@ -53,7 +53,6 @@
$(this).parent().parent().toggleClass('open');
return false
});
});
</script>
</%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