mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-6795-clase-invisible-no-importa-tanto' into 'develop'
Fixed Closes pandora_enterprise#6795 See merge request artica/pandorafms!3678
This commit is contained in:
commit
e8071f18b1
@ -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;
|
||||||
|
}
|
||||||
|
@ -695,7 +695,7 @@ select:-internal-list-box {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.invisible {
|
.invisible {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user