Selectable column information

This commit is contained in:
Joe Tretter
2020-04-30 17:29:31 -05:00
parent dc5841f2a9
commit 5b747069dd
4 changed files with 88 additions and 10 deletions

View File

@@ -105,6 +105,8 @@ body {
#frmOrder ul li {
border-top:1px solid blue;
font-family: monospace;
font-size: 12px;
}
#frmOrder div.orderItemLine2 {
@@ -148,7 +150,12 @@ body {
position:absolute;
left:300;
top:80px;
width:800px;
min-width:800px;
}
.btn-myColSelection {
padding-top: 0;
padding-bottom: 0;
}
.ralign { text-align:right; }
@@ -172,8 +179,8 @@ body {
}
.plusMinusContainer{
position: absolute;
margin-top: -20;
left: 250;
margin-top: -17;
left: 238;
}
.priceClick {