Initial Checkin
This commit is contained in:
29
optiTrainer.css
Normal file
29
optiTrainer.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user