make button prettier
This commit is contained in:
parent
a11fe97bdb
commit
39bf21b454
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echo "
|
echo "
|
||||||
</form>
|
</form>
|
||||||
<a type='button' class='btn btn-primary btn-mini add_row' style='color:#fff;display:block; width:85%; margin:10px auto 0;' onClick='updateGrade();'>Lägg till Kurs</a>
|
<a type='button' class='add_row mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--raised' style='color:#fff;display:block; width:85%; margin:10px auto 0;' onClick='updateGrade();'>Lägg till Kurs</a>
|
||||||
<form onSubmit='return false;' style='display:table; margin:auto;'>
|
<form onSubmit='return false;' style='display:table; margin:auto;'>
|
||||||
<h5>Meritpoäng:</h5>
|
<h5>Meritpoäng:</h5>
|
||||||
<input class='meritpoint' style='width:29px; position:static;' value='0' type='number' step='0.5' min='0' max='2.5'>
|
<input class='meritpoint' style='width:29px; position:static;' value='0' type='number' step='0.5' min='0' max='2.5'>
|
||||||
|
Reference in New Issue
Block a user