Improved code by making more oo

add functionality and ingo in order frm.
This commit is contained in:
Joe Tretter
2020-04-29 22:56:37 -05:00
parent bd726a01c7
commit 06d86f8c30
7 changed files with 287 additions and 187 deletions

View File

@@ -92,6 +92,40 @@ body {
z-index:1;
}
#lbCostAmount {
position: absolute;
top:0;
left:100;
font-weight: bolder;
text-align: right;
color:crimson;
width: 180px;
}
#frmOrder ul li {
border-top:1px solid blue;
}
#frmOrder div.orderItemLine2 {
text-align: right;
}
#frmOrder ul li .totalCost {
font-weight: bolder;
color: blue;
}
#frmOrder span.quantity {
font-weight: bolder;
color: blue;
}
#frmOrder span.openType {
font-weight: bolder;
color: blue;
}
#frmOrder span.singlePrice {
color: blue;
}
#datePicker {
background-color:#ccff00;
position:fixed;
@@ -123,6 +157,13 @@ body {
color:#0000FF;
cursor: no-drop;
}
.plusMinus {
background-color: blue;
color:#ccff00;
cursor: pointer;
padding-bottom: 2px;
margin-left: 1px;
}
.priceClick {
cursor: copy;