/** * @version 1.0 $Id: mod_eventlist_wide.css 803 2008-10-21 19:12:52Z schlu $ * @package Joomla * @subpackage EventList * @copyright (C) 2005 - 2007 Christoph Lukes * @license GNU/GPL, see LICENCE.php * EventList is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License 2 * as published by the Free Software Foundation. * EventList is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with EventList; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **/ div#elmodulewide { width: 100%; } div#elmodulewide .eventset { width: 100%; margin-bottom: 5px; padding: 3px; } div#elmodulewide span.event-title { } div#elmodulewide span.date { } div#elmodulewide span.category { position: relative; padding-left: 18px; background: url(img/category.png) no-repeat; font-size: smaller; } div#elmodulewide span.venue-title { position: relative; padding-left: 17px; font-size: smaller; } div#elmodulewide .event-image-cell { } div#elmodulewide .venue-image-cell { } div#elmodulewide .image-preview { width: 125px; border: 1px solid #191919; padding: 0px; }