/* Feuille de style pour l’administration du plugin Groupes de Travail */

/* Tableau listing groupes */
.eda-group-table, .eda-matrix-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.eda-group-table th, .eda-group-table td,
.eda-matrix-table th, .eda-matrix-table td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: left;
}

/* Fiche groupe admin */
.wrap .eda-group-members-list {
    margin-top: 30px;
}
.eda-group-history {
    margin-top: 15px;
    padding-left: 0;
}
.eda-group-history li {
    list-style: disc inside;
    font-size: 0.98em;
    margin-bottom: 5px;
}

/* Notifications, messages info/success/error */
.notice-success {
    border-left: 4px solid #46b450;
}
.notice-error {
    border-left: 4px solid #dc3232;
}
