some basic margins for friend suggestion screen
This commit is contained in:
		
							
								
								
									
										2
									
								
								boot.php
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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      ); | ||||
|  | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user