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_directory.css

35 lines
474 B
CSS
Raw Normal View History

.directory-photo-img {
width: 80px;
height: 80px;
border: none;
}
2016-01-12 02:47:38 +01:00
.section-content-tools-wrapper {
padding-bottom: 20px;
}
.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;
}
.section-subtitle-wrapper .btn-xs {
margin-top: -2px;
}
.directory-collapse {
overflow: auto;
}