mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
31 lines
387 B
CSS
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;
|
|
}
|