Example sources in the examples dir

This commit is contained in:
Tim Schaub
2015-04-14 10:27:32 -06:00
parent 8fd2e9f79f
commit 89f5e711e6
309 changed files with 21 additions and 16 deletions

View File

@@ -0,0 +1,37 @@
h2 {
font-size: 1.5em;
line-height: 15px;
}
.scale-cnt {
margin: 5px;
}
.edit-form-ctn {
}
.edit-form {
float: left;
margin: 5px;
width: 230px;
padding: 4px;
border: 1px solid black;
}
.edit-form input[type="button"] {
float: right;
}
.edit-form-elem label {
display: block;
float: left;
width: 85px;
}
.edit-form-elem input[type="text"] {
width: 60px;
}
.edit-form-elem select {
width: 130px;
}