aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:52:30 -0800
committerChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:52:30 -0800
commit8937ba86a211ff5822a0198087f94847f67e5d24 (patch)
treedcad44a7d48050f2cd71d407bb39bdb5e69a37ae /view/theme
parentb98b5645e6572a2ee4b00a1d7960b93160f1de7f (diff)
downloadvolse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.tar.gz
volse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.tar.bz2
volse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.zip
set default size for profile photo to improve render appearance/speed
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css4
-rw-r--r--view/theme/loozah/style.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b0273254e..748982203 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 0dcddd264..a87252016 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,