hiding controller id chooser

This commit is contained in:
Senad Uka
2016-11-19 05:03:50 +01:00
parent 3af4a6d24a
commit f937f0ac2c
4 changed files with 19 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
padding-top: 10px;
}
.hidden {
display: none;
}
.huge_text {
font-size: 3em;
}
@@ -41,5 +45,5 @@
}
.clickable {
cursor:pointer;
cursor:pointer;
}