Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
.ename {min-height:3em;} | .ename {min-height:3em;} | ||
.edepartment {font-weight:bold} | .edepartment {font-weight:bold} | ||
.eimage { overflow: hidden; height: 120px;} |
Version vom 4. März 2024, 14:22 Uhr
/*Startpage/employees */
#employeewrapper {background:#f1f3f9; padding: 10px 20px 20px 20px;margin-top:10px}
#employeewrapper h2 {font-size:1.1em; margin: 0 0 1em 0;}
.employees {display:flex;flex-wrap:wrap; justify-content:flex-start}
.employees > p {display:none}
.employee {width:172px; margin:4px; padding:10px; text-align:center; background:#fff;}
.etitle, .edepartment, .ename {font-size:0.9em}
.ename {min-height:3em;}
.edepartment {font-weight:bold}
.eimage { overflow: hidden; height: 120px;}