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;