This commit is contained in:
Jose Gonzalez 2020-12-01 12:39:37 +01:00
parent 863b5f3dc8
commit 82202fe620
2 changed files with 5 additions and 6 deletions

View File

@ -26,11 +26,6 @@
justify-content: center; justify-content: center;
} }
/* .agents_modules_table .position_text_module div {
padding-left: 10px;
margin-top: 90px;
} */
#full_screen_refresh_box, #full_screen_refresh_box,
#slc-refresh-rate, #slc-refresh-rate,
#img-full-screen { #img-full-screen {
@ -68,3 +63,7 @@
.pagination-bottom { .pagination-bottom {
margin-top: 15px; margin-top: 15px;
} }
.invisible {
display: none !important;
}

View File

@ -688,7 +688,7 @@ select:-internal-list-box {
float: right; float: right;
} }
.invisible { .invisible {
display: none !important; display: none;
} }
div#page { div#page {