From 9871cc8c0e07c112446b292548292301dbfd159f Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 3 Jul 2011 22:53:11 -0700 Subject: [PATCH] profile match layout issues --- view/theme/duepuntozero/style.css | 3 +++ view/theme/loozah/style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3a6c94a306..4df36b4a91 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2380,6 +2380,9 @@ a.mail-list-link { .profile-match-wrapper { float: left; padding: 10px; + width: 120px; + height: 120px; + scroll: auto; } #profile-match-wrapper-end { clear: both; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 04a680017c..df14a29dbd 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2341,6 +2341,10 @@ a.mail-list-link { .profile-match-wrapper { float: left; padding: 10px; + width: 120px; + height: 120px; + scroll: auto; + } #profile-match-wrapper-end { clear: both;