2020-02-27 21:37:10 -06:00
|
|
|
body {
|
|
|
|
|
background-color: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -moz-box;
|
|
|
|
|
}
|
|
|
|
|
.nav-tabs>li { float: none; }
|
|
|
|
|
|
2020-04-24 17:18:55 -05:00
|
|
|
#listOrderItems {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-27 21:37:10 -06:00
|
|
|
#lbSymbol {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 300;
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lbTime {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 410;
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-10 21:46:30 -05:00
|
|
|
#tbSymbol {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 550;
|
|
|
|
|
width: 100px;
|
2020-04-24 21:00:37 -05:00
|
|
|
margin-top:0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tbUnderlyingPrice {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30;
|
|
|
|
|
left: 550;
|
|
|
|
|
width: 100px;
|
2020-03-10 21:46:30 -05:00
|
|
|
}
|
|
|
|
|
|
2020-02-27 21:37:10 -06:00
|
|
|
#frmMasterFilter {
|
|
|
|
|
position:absolute;
|
|
|
|
|
left:0;
|
|
|
|
|
width:1200px;
|
|
|
|
|
height:100px;
|
|
|
|
|
background-color: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#frmOrder {
|
2020-04-24 20:40:58 -05:00
|
|
|
background-color:#ccff00;
|
2020-02-27 21:37:10 -06:00
|
|
|
position:absolute;
|
|
|
|
|
left:000;
|
|
|
|
|
top:250;
|
|
|
|
|
width:300px;
|
2020-04-24 17:18:55 -05:00
|
|
|
padding-left: 0;
|
2020-02-27 21:37:10 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#frmOptionChainMain {
|
2020-04-24 17:18:55 -05:00
|
|
|
background-color: #EEEEFF;
|
2020-02-27 21:37:10 -06:00
|
|
|
position:absolute;
|
|
|
|
|
left:300;
|
|
|
|
|
top:100px;
|
|
|
|
|
width:800px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ralign { text-align:right; }
|
|
|
|
|
.center { text-align:center; }
|
|
|
|
|
.bold { font-weight:bold;}
|
|
|
|
|
|
|
|
|
|
.itm { background-color:#ecffb3; }
|
|
|
|
|
.otm { background-color:#e0ebeb; }
|
|
|
|
|
|
2020-04-24 17:18:55 -05:00
|
|
|
.danger {
|
|
|
|
|
background-color:#FF0000;
|
|
|
|
|
color:#0000FF;
|
|
|
|
|
cursor: no-drop;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.priceClick {
|
|
|
|
|
cursor: copy;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
|
|
|
|
padding:0px;
|
|
|
|
|
}
|
2020-02-27 21:37:10 -06:00
|
|
|
|