This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_profiles.css
2016-03-17 12:56:55 +01:00

32 lines
387 B
CSS

#profile-upload-form {
display: none;
}
#profile-upload-choose {
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;
}