Fix javascript errors

This commit is contained in:
Claude Paroz 2016-01-13 20:25:37 +01:00
parent 7a04bdff8d
commit 5f501caeb2
2 changed files with 4 additions and 3 deletions

View file

@ -8,10 +8,10 @@
select#period_select { width: 16em; }
div#student_choice { float: left; width: 18%; }
select#student_select, select#student_filter { width: 100%; }
select#student_select, select#student_filter { width: 100%; height: auto; }
div#corp_choice { float: right; width: 18%; }
select#corp_select, select#corp_filter { width: 100%; }
select#corp_select, select#corp_filter { width: 100%; height: auto; }
div#student_detail { float:left; width: 40%; margin: 1em; padding: 0.5em; border: 3px solid red; min-height: 4em; border-radius: 8px; }
div#previous_stages { background-color: #EEE; border-radius: 4px; }