Merge branch 'ent-11014-codigo-qr-en-user-detail-editor-mantiene-fija-su-posicion-mientras-se-redimensiona-ventana' into 'develop'

Ent 11014 codigo qr en user detail editor mantiene fija su posicion mientras se redimensiona ventana

See merge request artica/pandorafms!6415
This commit is contained in:
Matias Didier 2024-01-29 14:01:15 +00:00
commit 8269f5fcc6
1 changed files with 28 additions and 0 deletions

View File

@ -12896,6 +12896,34 @@ tr.shown td.details-control {
background-color: #81b92e3b !important;
}
@media screen and (min-width: 1190px) and (max-width: 1290px) {
#api_qrcode_display {
left: 580px;
}
}
@media screen and (min-width: 1143px) and (max-width: 1189px) {
#api_qrcode_display {
left: 528px;
}
}
@media screen and (min-width: 860px) and (max-width: 1142px) {
#api_qrcode_display {
left: 356px;
top: 120px;
}
.font-title-font {
line-height: 0;
}
#qr_code_agent_view > img {
width: 250px;
height: 250px;
}
}
.ui-dialog .tips_header.ui-dialog-titlebar {
height: fit-content !important;
}