48 lines
882 B
CSS
48 lines
882 B
CSS
#whoarewe img.employee-summary-picture {
|
|
float: left;
|
|
padding: 5px;
|
|
border: 1px solid #F19B62;
|
|
background: #fff;
|
|
margin: 2px 10px 10px 20px;
|
|
}
|
|
#whoarewe img.employee-details-picture {
|
|
float: right;
|
|
padding: 5px;
|
|
border: 1px solid #F19B62;
|
|
background: #fff;
|
|
margin: 2px 0 10px 10px;
|
|
}
|
|
#whoarewe p.employee-title {
|
|
margin: -5px 10px 0;
|
|
font-size: 1.0em;
|
|
}
|
|
#whoarewe div.employee-summary {
|
|
min-height: 120px;
|
|
}
|
|
#whoarewe div.employee-summary>p {
|
|
margin-top: 4px;
|
|
}
|
|
#whoarewe h3.employee-summary-name {
|
|
clear: both;
|
|
}
|
|
#whoarewe h3+img+p {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
#whoarewe p.contact-info {
|
|
clear: left;
|
|
margin: 0 4px;
|
|
}
|
|
#whoarewe p.contact-info label {
|
|
font-weight: bold;
|
|
text-align: right;
|
|
display: block;
|
|
width: 5em;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
#whoarewe p.contact-info span {
|
|
display: block;
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
} |