streams/view/css/mod_profiles.css

32 lines
387 B
CSS
Raw Normal View History

#profile-upload-form {
display: none;
}
#profile-upload-choose {
padding: 7px 10px;
width: 100%;
}
2016-03-17 11:56:55 +00:00
.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;
}