change color and size of order pane

This commit is contained in:
Joe Tretter
2020-04-24 20:40:58 -05:00
parent 5321e2430d
commit 7cb029b925

View File

@@ -45,12 +45,11 @@ body {
} }
#frmOrder { #frmOrder {
background-color:#eeeeee; background-color:#ccff00;
position:absolute; position:absolute;
left:000; left:000;
top:250; top:250;
width:300px; width:300px;
height:100%;
padding-left: 0; padding-left: 0;
} }