mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
17 lines
201 B
CSS
17 lines
201 B
CSS
.form-label {
|
|
margin-bottom: 15px;
|
|
float: left;
|
|
width: 150px;
|
|
}
|
|
.form-input {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#profile-photo-submit-wrapper {
|
|
clear: both;
|
|
}
|
|
|
|
#profile-photo-wrapper {
|
|
overflow: hidden;
|
|
}
|