Skip to content

support.intern.afnor.org by AFN8282

Screenshot of support.intern.afnor.org

Details

AuthorAFN8282

LicenseNo License

CategoryGLPI Afnor

Created

Updated

Code size3.1 kB

Code checksum80d8c4c0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

/// Modifications du volet de d'édition de tickets - destiné à l'équipe Support DSI

Notes

/// Fonctionne pour GLPI 10.0.17
/// Contact Afnor : XLGE

Source code

/* ==UserStyle==
@name           support.intern.afnor.org
@namespace      github.com/openstyles/stylus
@version        0.8
@description    A new userstyle
@author         XLGE (AFN)
==/UserStyle== */

@-moz-document domain("support.intern.afnor.org") {

    /* === MODIFS / CACHER ELEMENTS DU MENU TICKETS === */

    /* cache les bordures grises */
.accordion-item {border:0px}

	/* éléments du dropdown principal "ticket"  */
#heading-main-item > .accordion-button {display: none;}
.accordion-body > .row:nth-child(1) > .col-form-label {display: none;} /* Cache 1er élément liste */
.accordion-body > .form-field:nth-child(1) > .col-xxl-8 {display: none;} /* Cache 1er élément liste */
.accordion-body > .row:nth-child(12) > .col-form-label {display: none;} /* Cache 12e élément liste (validation) */
.accordion-body > .form-field:nth-child(12) > .col-xxl-8 {display: none;} /* Cache 12e élément liste (validation) */
#item-main > .accordion-body {font-size: 11px; font-style: italic; padding-bottom:0px} /* change taille police */
.select2-dropdown {background-color: #fff;} /* fond sur dropdown */
.select2-dropdown {box-shadow: 0px 5px 10px #aaa;} /* shadow sous dropdown */
.popover-body {display: none;} /* cache popup contact */
.tooltip {display: none;} /* cache popup compteurs */
.select2-container--default .select2-results > .select2-results__options {max-height: 560px;} /* change taille max d'une liste */

	/* modifs dropdown "tickets liés" */
#linked_tickets-heading > .accordion-button {display: none;}
#linked_tickets > .accordion-body {display: none;}

	/* modifs  dropdown "acteurs" */
#heading-actor > .accordion-button {display: none;}
.accordion-actors {font-size: 11px; font-style: italic; padding-bottom:0px} /* change taille police */
.accordion-actors > .form-field:nth-child(1) > .col-form-label,
.accordion-actors > .form-field:nth-child(1) > .field-container {display: inline;}
.accordion-actors > .form-field:nth-child(2) > .col-form-label,
.accordion-actors > .form-field:nth-child(2) > .field-container {display: inline;}
.accordion-actors > .form-field:nth-child(3) > .col-form-label,
.accordion-actors > .form-field:nth-child(3) > .field-container {display: inline;}


	/* Cacher les TTR inutiles */
#service-levels-heading > .accordion-button {display: none;}
#service-levels .form-field:nth-child(1) {display: none;}
.form-field:nth-child(2) > .col-auto {font-size: 11px; display: inline;}
#service-levels > .accordion-body {padding-bottom:0px}
#service-levels .form-field:nth-child(3) {display: none;}
#service-levels .form-field:nth-child(4) {display: none;}
#service-levels > .accordion-body {font-size: 11px; font-style: italic;} /* change taille police */

	/* Cacher dropdown "éléments" */
#items-heading > .accordion-button {display: none;}
.accordion-items {display: none;}

	/* Cacher pop-up wizz */
.toast {display: none;}


/* /////////////////////////////////////// */
    
    /* Postion fenêtre SLA avertissement (EN TEST) */ 
.modal-content{
position: absolute;
right: -500px;
bottom: -760px;
}
}

Reviews

No reviews yet.