streams/view/css/mod_connections.css

39 lines
553 B
CSS
Raw Normal View History

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