some work on profile listing

This commit is contained in:
Mario Vavti
2016-03-17 12:56:55 +01:00
parent a41a05e6c0
commit 40162cd6b7
6 changed files with 66 additions and 72 deletions

View File

@@ -6,3 +6,26 @@
padding: 7px 10px;
width: 100%;
}
.profile-listing-table {
display: table;
width: 100%;
}
.profile-listing-row {
display: table-row;
}
.profile-listing-cell {
display: table-cell;
}
.profile-listing-edit-link {
margin: 10px;
}
.profile-listing-photo {
width: 48px;
height: 48px;
margin: 10px 0px;
}