styling - setting form field layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user