Template:Employee/styles.css: Difference between revisions

m (1 revision imported)
No edit summary
 
Line 1: Line 1:
/* employee */
/*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}

Latest revision as of 14:24, 3 July 2023

/*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}
No categories assignedEdit

Discussions