streams/view/css/mod_profile_photo.css

21 lines
271 B
CSS
Raw Normal View History

2012-12-20 00:59:45 +00:00
.form-label {
margin-bottom: 15px;
float: left;
width: 150px;
}
.form-input {
margin-bottom: 15px;
}
#profile-photo-submit-wrapper {
clear: both;
2018-02-12 10:06:21 +00:00
}
#profile-photo-wrapper {
height: 300px;
width: 300px;
max-width: 300px;
max-height: 300px;
overflow: hidden;
}