Jelenlet alapfunkcio OK. Edzes torles OK.

This commit is contained in:
Ricsi
2016-11-20 22:55:27 +01:00
parent e4806322fd
commit f9e6e1ecbb
19 changed files with 289 additions and 44 deletions

View File

@@ -29,6 +29,22 @@
line-height: 18px;
font-size: 18px;
}
.name_tag {
width: 200px;
text-align: left;
padding: 10px 0px 10px 10px;
margin: 5px;
background-color: #e2edff;
cursor: pointer;
}
.name_tag_checked {
width: 200px;
text-align: left;
padding: 10px 0px 10px 10px;
margin: 5px;
background-color: #1eea0b;
cursor: pointer;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>