Improved code by making more oo
add functionality and ingo in order frm.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user