Add competence listing functionality

This commit is contained in:
2015-01-05 16:13:08 +01:00
committed by Gergely Polonkai
parent 2a53041702
commit d2e56db0d9
7 changed files with 79 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
.button {
background-color: #aaa;
display: inline;
padding: .2em;
margin: .1em;
cursor: pointer;
}
.no-close .ui-dialog-titlebar-close {
display: none;
}