Updated styles for buttons, update order page

This commit is contained in:
Ben Ramey
2014-06-20 23:36:48 -05:00
parent d09ea57940
commit bf81cfb603
10 changed files with 63 additions and 32 deletions

View File

@@ -6,6 +6,7 @@
@import "nav.less";
@import "header-footer.less";
@import "update-order.less";
@import "buttons.less";
body {
color: #fff;
@@ -39,8 +40,11 @@ body {
}
}
#page {
.btn,input,textarea {
border-radius: 0;
}
.interior {
padding: 0 40px 20px;
padding: 0 40px 40px;
background-color: rgba(0,0,0,0.8);
box-shadow: 0px 0px 20px #000;
margin-top: 40px;
@@ -65,7 +69,7 @@ body {
h1 {
margin: 0;
padding: 30px 0 30px 0;
.glyphicon {
.title-icon {
vertical-align: text-bottom;
margin-right: 30px;
font-size: 1.2em;

View File

@@ -0,0 +1,13 @@
.run-nav {
box-shadow: 5px 5px 10px #222;
.run-nav-btn {
font-size: 24px;
border-radius: 0;
text-align: center;
background-color: darkolivegreen;
color: white;
margin-right: 1px;
padding: 10px 20px;
}
}

View File

@@ -32,13 +32,16 @@ form {
}
}
}
.create-order-form {
.update-order-form {
textarea {
font-size: 1.2em;
}
.btn-primary {
font-size: 2em;
}
.form-group {
margin: 0;
}
}
input.ng-dirty.ng-invalid {
}

View File

@@ -29,7 +29,7 @@
}
}
a.back-to-run {
display: none;
}
}
.run-show-run-nav a.back-to-run {
display: none;
}

View File

@@ -1,7 +1,17 @@
.others-orders {
.list-group-item {
border-width: 0;
background-color: transparent;
border-radius: 0;
background-color: #222;
margin-bottom: 2px;
padding: 0;
.person {
background-color: #333;
padding: 10px 15px;
}
.order {
padding: 10px 15px;
}
}
}