From 1947b74e5bd92f11a3e8af2223826e649233a883 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 27 Jun 2011 16:18:06 -0700 Subject: [PATCH] some basic margins for friend suggestion screen --- boot.php | 2 +- mod/fsuggest.php | 2 +- view/theme/duepuntozero/style.css | 5 +++++ view/theme/loozah/style.css | 7 +++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 0bab002edd..7419ddff99 100644 --- a/boot.php +++ b/boot.php @@ -4,7 +4,7 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.2.1023' ); +define ( 'FRIENDIKA_VERSION', '2.2.1024' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1070 ); diff --git a/mod/fsuggest.php b/mod/fsuggest.php index 5044be72de..9ef8f4c551 100644 --- a/mod/fsuggest.php +++ b/mod/fsuggest.php @@ -104,7 +104,7 @@ function fsuggest_content(&$a) { array('size' => 4, 'exclude' => $contact_id, 'networks' => 'DFRN_ONLY', 'single' => true)); - $o .= ''; + $o .= '
'; $o .= ''; return $o; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c6ce8ea2cb..6e771634a9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -881,6 +881,11 @@ input#dfrn-url { clear: both; } +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 98ab96d2b1..c68e38b68e 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -997,6 +997,13 @@ input#dfrn-url { clear: both; } + +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC;