/* Liste des identifiants Plat'AU sur les dossiers d'instruction */ div#lien_iiue_jsontotab div.gridjs-container div.gridjs-wrapper table { width: 100%; } #fieldset-sousform-instruction-historique { border: none; padding: 0px !important; } #fieldset-sousform-instruction-historique>legend { border: none; } #fieldset-sousform-instruction-suivi-parapheur>div.bloc { margin: 10px 0 0 0; } /**/ /* Labels d'états des tâches du moniteur Plat'AU/iDE'AU */ table.tab-tab .task_state, table.gridjs-table .task_state { @include status-badge; margin: 0 auto; &.task_error { @include status-color-error; } &.task_draft { @include status-color-draft; } &.task_new { @include status-color-new; } &.task_pending { @include status-color-pending; } &.task_done { @include status-color-done; } &.task_archived, &.task_canceled { @include status-color-archived; } &.task_debug { @include status-color-debug; } }