From c74367e4c2dbcb9ef20bc07a3ea815902c61600a Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Mar 2011 21:26:11 -0700 Subject: pagination in keyword match --- view/theme/duepuntozero/style.css | 18 ++++++++++++++++++ view/theme/loozah/style.css | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0c3cade9e..db73886e2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2144,3 +2144,21 @@ a.mail-list-link { clear: both; } +.profile-match-photo { + float: left; + text-align: center; + width: 120px; +} + +.profile-match-name { + float: left; + text-align: center; + width: 120px; + overflow: clip; +} + +.profile-match-break, +.profile-match-end { + clear: both; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 030b878bf..69dee0dc9 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2169,3 +2169,22 @@ a.mail-list-link { clear: both; } + +.profile-match-photo { + float: left; + text-align: center; + width: 120px; +} + +.profile-match-name { + float: left; + text-align: center; + width: 120px; + overflow: clip; +} + +.profile-match-break, +.profile-match-end { + clear: both; +} + -- cgit v1.2.3