change default presetting and round corners

This commit is contained in:
Joe Tretter
2020-05-08 11:34:45 -05:00
parent 92341598a9
commit 881d84fd9c
2 changed files with 6 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ body {
width:295px;
padding-left: 0;
z-index:1;
border-radius: 4px;
}
#lbCostAmount {
@@ -143,6 +144,7 @@ body {
height:245px;
padding-left: 25;
z-index:1;
border-radius: 4px;
}
#frmOptionChainMain {
@@ -151,6 +153,7 @@ body {
left:300;
top:80px;
min-width:800px;
border-radius: 4px;
}
.btn-myColSelection {