release v1.0.0 #14

Merged
thefeli73 merged 63 commits from develop into master 2019-11-12 18:53:53 +01:00
Showing only changes of commit 391098bc80 - Show all commits

View File

@ -7,9 +7,9 @@ function createCourse($dname, $nameId, $points, $disabled) {
}
echo "
<div style='display:flex;'>
<li class='mdl-list__item mdl-list__item--two-line' style='overflow:visible;padding: 16px 24px 16px 16px;width:175px'>
<li id='$nameId' class='mdl-list__item mdl-list__item--two-line' style='overflow:visible;padding: 16px 24px 16px 16px;width:175px'>
<span class='mdl-list__item-primary-content'>
<span id='$nameId'>$dname</span>
<span>$dname</span>
<span class='points mdl-list__item-sub-title' value=''+points+''>$points Poäng</span>
</span>
</li>