This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/mod_directory.css
2015-06-23 13:06:22 +02:00

30 lines
372 B
CSS

.directory-photo-img {
width: 80px;
height: 80px;
border: none;
}
.directory-item {
margin-bottom: 20px;
}
.contact-photo-wrapper {
display: table-cell;
vertical-align: top;
}
.contact-info {
display: table-cell;
vertical-align: top;
padding-left: 10px;
}
.contact-info-label {
font-weight: bold;
}
.section-subtitle-wrapper .btn-xs {
margin-top: -2px;
}