18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
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 {
|
|
}
|