forked from GNUsocial/gnu-social
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			775 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			775 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /** Styles for Facebook logo and Facebook user profile avatar.
 | |
|  *
 | |
|  * @package   Laconica
 | |
|  * @author Sarven Capadisli <csarven@controlyourself.ca>
 | |
|  * @copyright 2009 Control Yourself, Inc.
 | |
|  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
 | |
|  * @link      http://laconi.ca/
 | |
|  */
 | |
| 
 | |
| #site_nav_global_primary #nav_fb {
 | |
| position:relative;
 | |
| margin-left:18px;
 | |
| margin-right:-7px;
 | |
| }
 | |
| 
 | |
| #nav_fb .fb_profile_pic_rendered img {
 | |
| position:relative;
 | |
| top:3px;
 | |
| left:0;
 | |
| display:inline;
 | |
| border:1px solid #3B5998;
 | |
| padding:1px;
 | |
| }
 | |
| 
 | |
| #nav_fb img {
 | |
| position:absolute;
 | |
| top:-13px;
 | |
| left:-11px;
 | |
| display:inline;
 | |
| }
 | |
| 
 | |
| #settings_facebook_connect_options legend {
 | |
| display:none;
 | |
| }
 | |
| #form_settings_facebook_connect fieldset fieldset legend {
 | |
| display:block;
 | |
| }
 |