add spinners

This commit is contained in:
Joe Tretter
2020-05-08 14:10:08 -05:00
parent d1521c9e9f
commit 874f77a6ef
2 changed files with 48 additions and 5 deletions

View File

@@ -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;
}