Allow defining prioritary availabilities

This commit is contained in:
Claude Paroz 2016-01-19 12:07:14 +01:00
parent d4e9e44940
commit 5913c0588f
5 changed files with 14 additions and 6 deletions

View file

@ -12,6 +12,7 @@
div#corp_choice { float: right; width: 18%; }
select#corp_select, select#corp_filter { width: 100%; height: auto; }
select#corp_select option.priority { font-weight: bold; }
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; }