2016-02-28 12:11:12 +01:00
|
|
|
#contacts-search-form {
|
|
|
|
display: none;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.section-subtitle-wrapper .btn-xs {
|
|
|
|
margin-top: -2px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.contact-search {
|
|
|
|
height: 22px;
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.directory-photo-img.archived {
|
|
|
|
opacity: 0.3;
|
|
|
|
filter:alpha(opacity=30);
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.contact-photo-wrapper {
|
|
|
|
display: table-cell;
|
|
|
|
table-layout: fixed;
|
|
|
|
vertical-align: top;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.contact-info {
|
|
|
|
display: table-cell;
|
|
|
|
table-layout: fixed;
|
|
|
|
vertical-align: top;
|
|
|
|
padding-left: 10px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-02-28 12:11:12 +01:00
|
|
|
.contact-info-label {
|
2015-08-23 22:38:18 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|