1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_profiles.css
2016-03-20 12:36:33 +05:30

31 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;
}