Lots of stuff... but still only mocking

(but with request)
This commit is contained in:
Joe Tretter
2020-02-27 21:37:10 -06:00
parent 9a5371ef6a
commit 165101d313
103 changed files with 4735 additions and 48 deletions

60
css/optiTrainer.css Normal file
View File

@@ -0,0 +1,60 @@
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;
}
#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; }