Initial Checkin

This commit is contained in:
Joe Tretter
2020-02-27 18:38:52 -06:00
commit 9a5371ef6a
4 changed files with 209 additions and 0 deletions

29
optiTrainer.css Normal file
View File

@@ -0,0 +1,29 @@
.nav-tabs {
overflow-x: auto;
overflow-y: hidden;
display: -webkit-box;
display: -moz-box;
}
.nav-tabs>li { float: none; }
.ralign { text-align:right; }
.center { text-align:center; }
.bold { font-weight:bold;}
.itm { background-color:#ecffb3; }
.otm { background-color:#e0ebeb; }
.frmOrder {
background-color:#eeeeee;
position:absolute;
left:000;
top:0;
width:300px;
height:100%;
}
.frmOptionChainMain {
position:absolute;
left:300;
width:800px;
}