33 lines
605 B
CSS
33 lines
605 B
CSS
.btn {
|
|
outline: none;
|
|
}
|
|
|
|
#commodityFutures .label-info {
|
|
float: left;
|
|
margin: 0px 50px 0px 0px !important;
|
|
background-color: #e33333 !important;
|
|
height: 24px;
|
|
line-height: 1.75;
|
|
border-radius: 5px;
|
|
}
|
|
#stock .label-info {
|
|
float: left;
|
|
margin: 0px 50px 0px 0px !important;
|
|
background-color: #e33333 !important;
|
|
height: 24px;
|
|
line-height: 1.75;
|
|
border-radius: 5px;
|
|
}
|
|
#file {
|
|
float: left;
|
|
}
|
|
#file2 {
|
|
float: left;
|
|
}
|
|
#commodityFutures table tr:nth-child(odd) {
|
|
background: #e0ebf1;
|
|
}
|
|
#stock table tr:nth-child(odd) {
|
|
background: #e0ebf1;
|
|
}
|