add spinners
This commit is contained in:
@@ -192,6 +192,34 @@ body {
|
||||
cursor: copy;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
z-index:100;
|
||||
position:absolute;
|
||||
display:none
|
||||
}
|
||||
|
||||
#spinner-optionChain {
|
||||
color:red;
|
||||
top: 65px;
|
||||
left: 305px;
|
||||
}
|
||||
|
||||
#spinner-symbol {
|
||||
color:red;
|
||||
left: 305;
|
||||
top: 0;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
#spinner-time {
|
||||
color:red;
|
||||
left: 305px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
#spinner-date {
|
||||
color:red;
|
||||
}
|
||||
.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