12 lines
153 B
CSS
12 lines
153 B
CSS
.form-label {
|
|
margin-bottom: 15px;
|
|
float: left;
|
|
width: 150px;
|
|
}
|
|
.form-input {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#profile-photo-submit-wrapper {
|
|
clear: both;
|
|
} |