Merge pull request #11 from dsinn/keypads

Add Keypads module
This commit is contained in:
Daniel Sinn
2015-12-24 01:19:31 -05:00
30 changed files with 76 additions and 0 deletions
+22
View File
@@ -116,6 +116,28 @@ h2 {
border-width: 1px;
}
#sectionKeypads ul {
display: inline-block;
list-style-type: none;
margin-right: 2em;
padding-left: 0;
}
#sectionKeypads li {
border: 1px solid black;
border-bottom: 0;
cursor: pointer;
line-height: 0;
}
#sectionKeypads li:last-child {
border-bottom: 1px solid black;
}
#sectionKeypads .selected {
background: #ff6;
}
#sectionKeypads ul[data-count='4'] .selected {
background: lightgreen;
}
#simonInputs {
float: left;
margin-right: 5em;