Browse Source

Fixing social network UI see #190

Julio Montoya 15 years ago
parent
commit
72a1a01607
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/auth/profile.php

+ 1 - 1
main/auth/profile.php

@@ -836,7 +836,7 @@ if (api_get_setting('allow_social_tool') == 'true') {
 		
 			// Style position:absolute has been removed for Opera-compatibility. 
 			//echo '<div id="image-message-container" style="float:right;display:inline;position:absolute;padding:3px;width:250px;" >';
-			echo '<div id="image-message-container" style="float:right;display:inline;padding:3px;width:230px;" >';
+			echo '<div id="image-message-container" style="float:right;display:inline;padding:3px;width:150px;" >';
 			
 			if ($image == 'unknown.jpg') {
 				echo '<img '.$img_attributes.' />';