Skip to content
Snippets Groups Projects
Commit ea22b72f authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

dashboard dropdown font was too small

parent a60839b9
No related branches found
No related tags found
Loading
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<span hidden id='competencyid'>{{current_cpt.id}}</span> <span hidden id='competencyid'>{{current_cpt.id}}</span>
<div id='student_dropdown' class='iena-dropdown' style='z-index: 1;'> <div id='student_dropdown' class='iena-dropdown' style='z-index: 1;'>
<input type='text' hidden name='competencyid' id='competencyid_sel' class='iena-drop-input-value' value=''> <input type='text' hidden name='competencyid' id='competencyid_sel' class='iena-drop-input-value' value=''>
<input type='text' value='' class='form-control iena-drop-input' style='font-size: .7rem; line-height: 1; width: 300px;' placeholder='{{current_cpt.shortname}}' autocomplete='nope'><button class='btn btn-secondary' id='prevCpt' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextCpt' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Suivant</button> <input type='text' value='' class='form-control iena-drop-input' style='width: 300px;' placeholder='{{current_cpt.shortname}}' autocomplete='nope'><button class='btn btn-secondary' id='prevCpt' style='margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextCpt' style='margin-left: 0.5rem;'>Suivant</button>
<div class='iena-droplist' id='competency_list'> <div class='iena-droplist' id='competency_list'>
{{#course_cpts}} {{#course_cpts}}
<a href='#' data-value='{{id}}' class='iena-drop-item' style='display: none;'>{{shortname}}</a> <a href='#' data-value='{{id}}' class='iena-drop-item' style='display: none;'>{{shortname}}</a>
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<input type='text' hidden name='studentid' id='studentid_sel' class='iena-drop-input-value' value=''> <input type='text' hidden name='studentid' id='studentid_sel' class='iena-drop-input-value' value=''>
<div class="form-group" style="margin-bottom:0"> <div class="form-group" style="margin-bottom:0">
<label for="exampleInputEmail1">Etudiant</label> <label for="exampleInputEmail1">Etudiant</label>
<div class="form-inline "><input type='text' value='' class='form-control iena-drop-input' style='font-size: .7rem; line-height: 1; width: 300px;' placeholder='{{student.firstname}} {{student.lastname}}'> <div class="form-inline "><input type='text' value='' class='form-control iena-drop-input' style=' width: 300px;' placeholder='{{student.firstname}} {{student.lastname}}'>
<button class='btn btn-secondary' id='prevStud' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextStud' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Suivant</button></div> <button class='btn btn-secondary' id='prevStud' style=' margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextStud' style=' margin-left: 0.5rem;'>Suivant</button></div>
</div> </div>
<div class='iena-droplist' id='student_list'> <div class='iena-droplist' id='student_list'>
{{#students}} {{#students}}
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span hidden id='studentid'>{{student.studentid}}</span> <span hidden id='studentid'>{{student.studentid}}</span>
<div id='student_dropdown' class='iena-dropdown' style='z-index: 10;'> <div id='student_dropdown' class='iena-dropdown' style='z-index: 10;'>
<input type='text' hidden name='studentid' id='studentid_sel' class='iena-drop-input-value' value=''> <input type='text' hidden name='studentid' id='studentid_sel' class='iena-drop-input-value' value=''>
<input type='text' value='' class='form-control iena-drop-input' style='font-size: .7rem; line-height: 1; width: 300px;' placeholder='{{student.firstname}} {{student.lastname}}'><button class='btn btn-secondary' id='prevStud' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextStud' style='font-size: .8rem;line-height: 1.09; margin-left: 0.5rem;'>Suivant</button> <input type='text' value='' class='form-control iena-drop-input' style=' width: 300px;' placeholder='{{student.firstname}} {{student.lastname}}'><button class='btn btn-secondary' id='prevStud' style=' margin-left: 0.5rem;'>Précédent</button><button class='btn btn-secondary' id='nextStud' style=' margin-left: 0.5rem;'>Suivant</button>
<div class='iena-droplist' id='student_list'> <div class='iena-droplist' id='student_list'>
{{#students}} {{#students}}
<a href='#' data-value='{{id}}' class='iena-drop-item' style='display: none;'>{{firstname}} {{lastname}}</a> <a href='#' data-value='{{id}}' class='iena-drop-item' style='display: none;'>{{firstname}} {{lastname}}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment