Commit 5a211f56 by Diana Huang

Make the rubric smaller so that we can accomodate more columns.

parent 4257a023
...@@ -774,16 +774,16 @@ section.problem { ...@@ -774,16 +774,16 @@ section.problem {
} }
label, label,
.view-only { .view-only {
margin:10px; margin:3px;
position: relative; position: relative;
padding: 15px; padding: 15px;
width: 200px; width: 150px;
height:100%; height:100%;
display: inline-block; display: inline-block;
min-height: 50px; min-height: 50px;
min-width: 50px; min-width: 50px;
background-color: #CCC; background-color: #CCC;
font-size: 1em; font-size: .9em;
} }
.grade { .grade {
position: absolute; position: absolute;
......
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