]> git.mxchange.org Git - friendica.git/commitdiff
some basic margins for friend suggestion screen
authorFriendika <info@friendika.com>
Mon, 27 Jun 2011 23:18:06 +0000 (16:18 -0700)
committerFriendika <info@friendika.com>
Mon, 27 Jun 2011 23:18:06 +0000 (16:18 -0700)
boot.php
mod/fsuggest.php
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 0bab002eddce7528f3e81196c178e580c18d5a55..7419ddff99e70b71bf1d5b561ea7c9e4f4828dc4 100644 (file)
--- 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      );
 
index 5044be72de48c05a245cded1974b091a2d70775c..9ef8f4c551b146c2e366afd4601c1c8701805b7e 100644 (file)
@@ -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;
index c6ce8ea2cb02c31d3b418f5a0a1310992d19e035..6e771634a954117e272ef165999ab8a03b116cc3 100644 (file)
@@ -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;
index 98ab96d2b1033bfbd4b2c10152f56b220a5284be..c68e38b68edf1ed6e78505ff54a9081f1b44c05f 100644 (file)
@@ -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;