123456789101112131415161718 |
- /** EMPLOYEE **/
- /* Conteneur principal du plugin Fiche employé */
- .plugin-employee{
- list-style-type: none;
- margin:0;
- padding:0;
- }
- .plugin-employee .employees-table .item-line .photo img {
- max-width: 50px;
- height: auto;
- }
- .plugin-employee #employees {}
- /* formulaire d'édition de fiche employé */
- .plugin-employee .employee-form {}
|