- Style enhancements
- Removal of single order items - Add index to table creation script
This commit is contained in:
@@ -10,6 +10,11 @@ body {
|
||||
}
|
||||
.nav-tabs>li { float: none; }
|
||||
|
||||
#listOrderItems {
|
||||
padding-left: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#lbSymbol {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -46,15 +51,15 @@ body {
|
||||
top:250;
|
||||
width:300px;
|
||||
height:100%;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#frmOptionChainMain {
|
||||
background-color: white;
|
||||
background-color: #EEEEFF;
|
||||
position:absolute;
|
||||
left:300;
|
||||
top:100px;
|
||||
width:800px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ralign { text-align:right; }
|
||||
@@ -64,4 +69,17 @@ body {
|
||||
.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