set default size for profile photo to improve render appearance/speed

This commit is contained in:
Chris Case 2011-02-11 18:52:30 -08:00
parent b98b5645e6
commit 8937ba86a2
2 changed files with 8 additions and 0 deletions

View File

@ -605,6 +605,10 @@ input#dfrn-url {
#profile-photo-link-select-wrapper { #profile-photo-link-select-wrapper {
margin-top: 2em; margin-top: 2em;
} }
#profile-photo-wrapper img {
width:175px;
height:175px;
}
#profile-edit-profile-name-label, #profile-edit-profile-name-label,
#profile-edit-name-label, #profile-edit-name-label,

View File

@ -737,6 +737,10 @@ input#dfrn-url {
#profile-photo-link-select-wrapper { #profile-photo-link-select-wrapper {
margin-top: 2em; margin-top: 2em;
} }
#profile-photo-wrapper img {
width:175px;
height:175px;
}
#profile-edit-profile-name-label, #profile-edit-profile-name-label,
#profile-edit-name-label, #profile-edit-name-label,