Commit 3b784f21 by Brian Talbot

styling - setting form field layout

parent 69c26a08
......@@ -139,7 +139,6 @@
}
&.time {
display: block !important;
width: 75px !important;
min-width: 75px !important;
}
......
......@@ -250,7 +250,7 @@ from contentstore import utils
<div class="field">
<div class="input">
<input type="text" class="short time" id="course-effort" placeholder="HH:MM">
<span class="tip tip-stacked">Time spent on all course work</span>
<span class="tip tip-inline">Time spent on all course work</span>
</div>
</div>
</div>
......@@ -404,7 +404,7 @@ from contentstore import utils
<div class="field">
<div class="input">
<input type="text" class="short time" id="course-grading-graceperiod" value="0:00" placeholder="e.g. 10 minutes">
<span class="tip tip-stacked">leeway on due dates</span>
<span class="tip tip-inline">leeway on due dates</span>
</div>
</div>
</div>
......
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