Commit 1bc17f9e by Will Daly

Merge pull request #606 from edx/grady/final-styles

Fixed some final styling issues
parents 08ee7c8d 540e581d
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
background-image: -moz-linear-gradient(#F2F2F2,#FFF); background-image: -moz-linear-gradient(#F2F2F2,#FFF);
background-image: -webkit-linear-gradient(#F2F2F2,#FFF); background-image: -webkit-linear-gradient(#F2F2F2,#FFF);
background-image: linear-gradient(#F2F2F2,#FFF); background-image: linear-gradient(#F2F2F2,#FFF);
width: 45%;
} }
#openassessment_editor_header { #openassessment_editor_header {
...@@ -675,7 +676,7 @@ ...@@ -675,7 +676,7 @@
} }
label{ label{
width: auto; width: 100%;
padding-left: Calc((100% - 150px)/2); padding-left: Calc((100% - 150px)/2);
margin: 0; margin: 0;
float: right; float: right;
......
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