2016-03-20 08:06:33 +01:00
|
|
|
#profile-upload-form {
|
|
|
|
display: none;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
#profile-upload-choose {
|
|
|
|
padding: 7px 10px;
|
|
|
|
width: 100%;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
.profile-listing-table {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
.profile-listing-row {
|
|
|
|
display: table-row;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
.profile-listing-cell {
|
|
|
|
display: table-cell;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
.profile-listing-edit-link {
|
|
|
|
margin: 10px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-20 08:06:33 +01:00
|
|
|
.profile-listing-photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
margin: 10px 0px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|