Commit 540e581d by gradyward

Fixed some final styling issues

1) Width of Option Point Wrapper to allow for responsive redrag
2) Width of all number inputs to match their text counterparts
parent bb8bb0cd
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -195,6 +195,7 @@
background-image: -moz-linear-gradient(#F2F2F2,#FFF);
background-image: -webkit-linear-gradient(#F2F2F2,#FFF);
background-image: linear-gradient(#F2F2F2,#FFF);
width: 45%;
}
#openassessment_editor_header {
......@@ -675,7 +676,7 @@
}
label{
width: auto;
width: 100%;
padding-left: Calc((100% - 150px)/2);
margin: 0;
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