streams/view/css/mod_directory.css

35 lines
458 B
CSS
Raw Normal View History

2014-11-08 23:18:26 +00:00
.directory-photo-img {
width: 80px;
height: 80px;
2013-12-10 02:28:52 +00:00
border: none;
}
2015-06-23 11:06:22 +00:00
.directory-item {
margin-bottom: 20px;
2013-12-10 02:28:52 +00:00
}
2014-01-08 22:11:39 +00:00
2015-06-23 11:06:22 +00:00
.contact-photo-wrapper {
display: table-cell;
2015-06-27 20:27:17 +00:00
table-layout: fixed;
2015-06-23 11:06:22 +00:00
vertical-align: top;
2014-01-08 22:11:39 +00:00
}
2014-11-08 23:18:26 +00:00
2015-06-23 11:06:22 +00:00
.contact-info {
display: table-cell;
2015-06-27 20:27:17 +00:00
table-layout: fixed;
2015-06-23 11:06:22 +00:00
vertical-align: top;
padding-left: 10px;
2014-11-08 23:18:26 +00:00
}
2015-06-23 11:06:22 +00:00
.contact-info-label {
font-weight: bold;
2014-11-08 23:18:26 +00:00
}
2015-06-23 11:06:22 +00:00
.section-subtitle-wrapper .btn-xs {
margin-top: -2px;
2014-11-08 23:18:26 +00:00
}
.directory-collapse {
overflow: auto;
}