Fixed
This commit is contained in:
parent
863b5f3dc8
commit
82202fe620
|
@ -26,11 +26,6 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
/* .agents_modules_table .position_text_module div {
|
||||
padding-left: 10px;
|
||||
margin-top: 90px;
|
||||
} */
|
||||
|
||||
#full_screen_refresh_box,
|
||||
#slc-refresh-rate,
|
||||
#img-full-screen {
|
||||
|
@ -68,3 +63,7 @@
|
|||
.pagination-bottom {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -688,7 +688,7 @@ select:-internal-list-box {
|
|||
float: right;
|
||||
}
|
||||
.invisible {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#page {
|
||||
|
|
Loading…
Reference in New Issue