Fix some sizing issues in the CSS.

This commit is contained in:
Diana Huang
2013-01-16 09:17:00 -05:00
parent 9b2faa4987
commit d844730f71

View File

@@ -239,13 +239,13 @@ div.result-container, section.open-ended-child {
margin:10px;
position: relative;
padding: 15px;
width: 200px;
width: 150px;
height:100%;
display: inline-block;
min-height: 50px;
min-width: 50px;
background-color: #CCC;
font-size: 1em;
font-size: .9em;
}
.grade {
position: absolute;