1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_connections.css
2016-02-28 16:41:12 +05:30

35 lines
523 B
CSS

#contacts-search-form {
display: none;
}
.section-subtitle-wrapper .btn-xs {
margin-top: -2px;
}
.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;
}