49 lines
781 B
Plaintext
49 lines
781 B
Plaintext
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
background-color: #fff;
|
|
margin-bottom: 40px;
|
|
}
|
|
header.page-header {
|
|
border-bottom-color: #ddd;
|
|
margin: 0;
|
|
}
|
|
#page {
|
|
padding-bottom: 30px;
|
|
#main-cell {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
#footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: #fff;
|
|
border-top: 1px solid #333;
|
|
box-shadow: 0 0 10px 0 #333;
|
|
}
|
|
.create-run-form {
|
|
}
|
|
.create-order-form {
|
|
textarea {
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
.run-order-status {
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
>div {
|
|
padding: 20px;
|
|
}
|
|
.name {
|
|
color: #aaa;
|
|
}
|
|
.fill>.btn {
|
|
}
|
|
}
|