added dropdown and form layout to model view (#1269)

* added dropdown and form layout to model view
This commit is contained in:
Leila Lali
2018-04-27 15:43:23 -07:00
committed by GitHub
parent 26b27a616a
commit 886717d330
13 changed files with 569 additions and 45 deletions

View File

@@ -0,0 +1,20 @@
.form-table {
width:400px;
display:table;
padding: 30px;
}
.form-row {
display: table-row;
width: 100px;
}
.form-cell {
padding: 5px;
display: table-cell;
}
.form-action {
width: 20px;
}