Added some different style for the select problems

This commit is contained in:
Kyle Fiedler
2012-09-05 14:52:53 -04:00
parent f785f6f8a1
commit 7c8838a6b2
2 changed files with 10 additions and 13 deletions

View File

@@ -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;
}

View File

@@ -53,7 +53,6 @@
$(this).parent().parent().toggleClass('open');
return false
});
});
</script>
</%block>