diff options
author | Friendika <info@friendika.com> | 2011-07-03 22:53:11 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-03 22:53:11 -0700 |
commit | 9871cc8c0e07c112446b292548292301dbfd159f (patch) | |
tree | 99a85b339d9aa5b99f082fe94a7c7900cb4d766e | |
parent | e795d1265e9d49439e4af66184d50f6affe079c6 (diff) | |
download | volse-hubzilla-9871cc8c0e07c112446b292548292301dbfd159f.tar.gz volse-hubzilla-9871cc8c0e07c112446b292548292301dbfd159f.tar.bz2 volse-hubzilla-9871cc8c0e07c112446b292548292301dbfd159f.zip |
profile match layout issues
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3a6c94a30..4df36b4a9 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 04a680017..df14a29db 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; |