provide some info about our contacts - status (archived, hidden, etc.), public forum (like in directory) and show since when we are connected

This commit is contained in:
Mario Vavti
2016-01-14 23:23:12 +01:00
parent 9f9fdc1434
commit 588d022fbb
5 changed files with 61 additions and 7 deletions

View File

@@ -16,3 +16,20 @@
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;
}