some work on profile listing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user