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

@@ -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;
}
}
}