Commit 950d3983 by Diana Huang

Updates to the CSS

parent f0f25296
...@@ -129,6 +129,8 @@ class PeerGradingProblem ...@@ -129,6 +129,8 @@ class PeerGradingProblem
@interstitial_page_button = $('.interstitial-page-button') @interstitial_page_button = $('.interstitial-page-button')
Collapsible.setCollapsibles(@content_panel) Collapsible.setCollapsibles(@content_panel)
# Set up the click event handlers
@action_button.click -> document.location.reload(true) @action_button.click -> document.location.reload(true)
@calibration_feedback_button.click => @calibration_feedback_button.click =>
@calibration_feedback_panel.hide() @calibration_feedback_panel.hide()
......
...@@ -120,29 +120,22 @@ div.peer-grading{ ...@@ -120,29 +120,22 @@ div.peer-grading{
.calibration-panel .calibration-panel
{ {
float:left; float:left;
width:47%; width:48%;
} }
.grading-panel .grading-panel
{ {
float:right; float:right;
width: 47%; width: 48%;
} }
.current-state .current-state
{ {
background: #0F6B8A; background: #1D9DD9;
h3, p h3, p
{ {
color: white; color: white;
} }
} }
&:after @include clearfix;
{
content:".";
display:block;
height:0;
visibility: hidden;
clear:both;
}
} }
......
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