Merge branch 'master' of ssh://kawomi.com/var/local/git/OptiTrainer
This commit is contained in:
84
client/css/optiTrainer.css
Normal file
84
client/css/optiTrainer.css
Normal file
@@ -0,0 +1,84 @@
|
||||
body {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
}
|
||||
.nav-tabs>li { float: none; }
|
||||
|
||||
#listOrderItems {
|
||||
padding-left: 0;
|
||||
list-style-type: 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:#ccff00;
|
||||
position:absolute;
|
||||
left:000;
|
||||
top:250;
|
||||
width:300px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#frmOptionChainMain {
|
||||
background-color: #EEEEFF;
|
||||
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; }
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user