]> git.mxchange.org Git - friendica.git/commitdiff
set default size for profile photo to improve render appearance/speed
authorChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:52:30 +0000 (18:52 -0800)
committerChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:52:30 +0000 (18:52 -0800)
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index b0273254e628ad3b00f0333a259a9175cb313e2d..748982203fc052fb9b5c4eb058f90dae626157c1 100644 (file)
@@ -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,
index 0dcddd264691e7baac88895e8e3fa1c5a6bf9a37..a87252016f4601b3a060c13c7ec016dba84b0e41 100644 (file)
@@ -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,