Beginning of styling

This commit is contained in:
Ben Ramey
2014-03-18 21:11:28 -05:00
parent ce4b9d4d50
commit 6bc21421eb
4 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
body {
height: 100%;
background-color: #eee;
}
#page {
display: table;
height: 100%;
width: 100%;
min-width: 100%;
#main-cell {
display: table-cell;
vertical-align: middle;
}
}
div.create-run-form {
}