aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-07 00:59:36 -0800
committerfriendica <info@friendica.com>2013-12-07 00:59:36 -0800
commite33d9d358a8cee4851e7db22258bc70c9ac9dab3 (patch)
treee23341beaca9a275705ec9ff9221cbb77549b8fd
parent08bbab9a06e56e2305ec3d48f5507ce3b909d286 (diff)
downloadvolse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.tar.gz
volse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.tar.bz2
volse-hubzilla-e33d9d358a8cee4851e7db22258bc70c9ac9dab3.zip
make suggestion photo sizes match top level post sizes
-rw-r--r--version.inc2
-rw-r--r--view/theme/redbasic/css/style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/version.inc b/version.inc
index 6c5b67d47..4844f6170 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-12-06.519
+2013-12-07.520
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 491f0a60e..14a708e55 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -935,6 +935,11 @@ tr.mceLast {
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
+.profile-match-photo img {
+ width: $top_photo !important;
+ height: $top_photo !important;
+}
+
#sidebar-page-list .label {
margin-left: 5px;
}