29 lines
498 B
CSS
29 lines
498 B
CSS
|
|
.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;
|
||
|
|
}
|