This commit is contained in:
Ben Ramey
2014-03-25 22:59:35 -05:00
parent 13b73bb387
commit 14bd896e37
4 changed files with 62 additions and 8 deletions

View File

@@ -2,6 +2,10 @@ body {
height: 100%;
background-color: #eee;
}
header.page-header {
border-bottom-color: #ddd;
margin: 0;
}
#page {
display: table;
height: 100%;
@@ -13,5 +17,31 @@ body {
vertical-align: middle;
}
}
div.create-run-form {
.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;
&.fill {
padding: 0;
}
}
.name {
color: #ccc;
}
.fill>.btn {
padding: 20px;
border-radius: 0;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
}