some basic margins for friend suggestion screen

This commit is contained in:
Friendika 2011-06-27 16:18:06 -07:00
parent 14c002d7a4
commit 1947b74e5b
4 changed files with 14 additions and 2 deletions

View File

@ -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 );

View 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;

View 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;

View 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;