Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created June 22, 2023 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/f2ca19765a0ca67180c89b24781018fd to your computer and use it in GitHub Desktop.
Save gioxx/f2ca19765a0ca67180c89b24781018fd to your computer and use it in GitHub Desktop.
Una modifica al foglio di stile personalizzato di Manage Engine Service Desk Plus per permettere una più comoda fruizione del div di risposta ai ticket da schermi più piccoli rispetto a quelli classici da scrivania. Maggiori informazioni disponibili sul blog all'indirizzo https://wp.me/pdQ5q-tOc
@media (max-width: 1600px) {
.replyPopup_s2id_height {
height: 10px !important;
}
.replyPopup_ta_height {
min-height: 500px;
}
#body>div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.req-noti-popup.ui-draggable.ui-resizable {
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
}
#notification-component-popup {
height: 100% !important;
}
#body>div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.req-noti-popup.ui-draggable.ui-resizable>div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
padding: 0 !important;
}
#ze_notifDescText>div>iframe {
min-height: 500px;
}
#send-notification-section>div {
position: fixed !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment