Merge pull request #617 from MITx/feature/kfiedler/detailed-answer

Added styles for detailed solution
This commit is contained in:
kimth
2012-09-03 08:14:03 -07:00

View File

@@ -392,6 +392,28 @@ section.problem {
}
}
.detailed-solution {
border: 1px solid #ddd;
padding: 9px 9px 20px;
margin-bottom: 10px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
p:first-child {
font-size: 0.9em;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
color: #AAA;
}
p:last-child {
margin-bottom: 0;
}
}
div.capa_alert {
padding: 8px 12px;
border: 1px solid #EBE8BF;