Better usability and nicer look: Change buttons to bootstrap standard

This commit is contained in:
Joe Tretter
2020-04-25 14:18:07 -05:00
parent b600d0b5ba
commit b5f71423b3
2 changed files with 67 additions and 32 deletions

View File

@@ -15,33 +15,49 @@ body {
list-style-type: none;
}
#lbSymbol {
position: absolute;
top: 0;
left: 300;
width: 100px;
#grpSymbol {
position:absolute;
left:300px;
}
#lbTime {
.ddMnuBtn {
width:245px
}
#lbSymbol {
width: 150px;
}
#grpTime {
position: absolute;
top: 0;
left: 410;
width: 100px;
left:300px;
top:40px;
}
#lbTime {
}
#tbSymbol {
position: absolute;
top: 0;
left: 550;
left: 550px;
width: 100px;
margin-top:0
margin-top:0px;
}
#tbUnderlyingPrice {
position: absolute;
top: 30;
left: 550;
top: 00;
left: 660px;
width: 100px;
margin-top:3px;
}
#tbSelectedTime {
position: absolute;
top: 00;
left: 550px;
width: 100px;
margin-top:43px;
}
#frmMasterFilter {
@@ -76,7 +92,7 @@ body {
background-color: #EEEEFF;
position:absolute;
left:300;
top:100px;
top:80px;
width:800px;
}