From: Chris Case Date: Sat, 12 Feb 2011 02:52:30 +0000 (-0800) Subject: set default size for profile photo to improve render appearance/speed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8937ba86a211ff5822a0198087f94847f67e5d24;p=friendica.git set default size for profile photo to improve render appearance/speed --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b0273254e6..748982203f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -605,6 +605,10 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } +#profile-photo-wrapper img { + width:175px; + height:175px; +} #profile-edit-profile-name-label, #profile-edit-name-label, diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 0dcddd2646..a87252016f 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -737,6 +737,10 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } +#profile-photo-wrapper img { + width:175px; + height:175px; +} #profile-edit-profile-name-label, #profile-edit-name-label,