68 lines
956 B
CSS
68 lines
956 B
CSS
body {
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
.nav-tabs {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
}
|
|
.nav-tabs>li { float: none; }
|
|
|
|
#lbSymbol {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 300;
|
|
width: 100px;
|
|
}
|
|
|
|
#lbTime {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 410;
|
|
width: 100px;
|
|
}
|
|
|
|
#tbSymbol {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 550;
|
|
width: 100px;
|
|
}
|
|
|
|
#frmMasterFilter {
|
|
position:absolute;
|
|
left:0;
|
|
width:1200px;
|
|
height:100px;
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
#frmOrder {
|
|
background-color:#eeeeee;
|
|
position:absolute;
|
|
left:000;
|
|
top:250;
|
|
width:300px;
|
|
height:100%;
|
|
}
|
|
|
|
#frmOptionChainMain {
|
|
background-color: white;
|
|
position:absolute;
|
|
left:300;
|
|
top:100px;
|
|
width:800px;
|
|
height: 100%;
|
|
}
|
|
|
|
.ralign { text-align:right; }
|
|
.center { text-align:center; }
|
|
.bold { font-weight:bold;}
|
|
|
|
.itm { background-color:#ecffb3; }
|
|
.otm { background-color:#e0ebeb; }
|
|
|
|
|