File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_sh404sef/layouts/com_sh404sef/social
Viewing File: /home/astoriaah/www/administrator/components/com_sh404sef/layouts/com_sh404sef/social/css.php
<?php /** * sh404SEF - SEO extension for Joomla! * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier - Weeblr llc - 2022 * @package sh404SEF * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 4.24.1.4308 * @date 2022-05-31 */ // Security check to ensure this file is being included by a parent file. defined('_JEXEC') || die; ?> <!-- sh404SEF social buttons css --> <style> /* Top padding for buttons set */ div.sh404sef-social-buttons { padding-top: 0.5em; line-height: 1; } .sh404sef-social-buttons span { display: inline-block; vertical-align: top; margin-bottom: 0.3em; } /* Facebook flyout cut-off fix */ .fb-like span { overflow: visible !important; } .fb-send span { overflow: visible !important; } .fb-like iframe { max-width: none !important; } .fb-send iframe { max-width: none !important; } /* Joomla default templates css fix */ /* parent elements needs to have overflow visible */ .items-row.cols-2, .items-leading { overflow: visible !important; } #contentarea { overflow: visible !important; } </style> <!-- End of sh404SEF social buttons css -->