diff options
author | Friendika <info@friendika.com> | 2011-06-27 16:18:06 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-27 16:18:06 -0700 |
commit | 1947b74e5bd92f11a3e8af2223826e649233a883 (patch) | |
tree | f72f15b33c44b38f21db01c788d4b841c0497a0b /mod/fsuggest.php | |
parent | 14c002d7a4b96c8b1cbabec30614af4fe7b22d5a (diff) | |
download | volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.tar.gz volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.tar.bz2 volse-hubzilla-1947b74e5bd92f11a3e8af2223826e649233a883.zip |
some basic margins for friend suggestion screen
Diffstat (limited to 'mod/fsuggest.php')
-rw-r--r-- | mod/fsuggest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/fsuggest.php b/mod/fsuggest.php index 5044be72d..9ef8f4c55 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 .= '<input id="fsuggest-submit" type="submit" name="submit" value="' . t('Submit') . '" />'; + $o .= '<div id="fsuggest-submit-wrapper"><input id="fsuggest-submit" type="submit" name="submit" value="' . t('Submit') . '" /></div>'; $o .= '</form>'; return $o; |