Current Path :
/
home
/
develito
/
public_html
/
media
/
sobipro
/
css
/
adm
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/media/sobipro/css/adm/tabs.css
/** * @version: $Id$ * @package: SobiPro Component for Joomla! * @author * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH * Email: sobi[at]sigsiu.net * Url: http://www.Sigsiu.NET * @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved. * @license GNU/GPL Version 3 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3. * See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses. * This program 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. * $Date$ * $Revision$ * $Author$ * $HeadURL$ */ .dynamic-tab-pane-control.tab-pane { position: relative; width: 100%; } .tab-page { border-style: solid; border-color: #cccccc; border-width: 1px; } .dynamic-tab-pane-control .tab-row .tab { font-family: Arial, Helvetica, sans-serif; font-size: 12px; cursor: default; display: inline; margin: 1px -5px 1px 5px; float: left; padding: 3px 6px 3px 6px; background: #f0f0f0; border: 1px solid; border-color: rgb(120, 172, 255); border-left: 0; border-bottom: 0; border-top: 0; cursor: hand; cursor: pointer; z-index: 1; position: relative; top: 0; } .dynamic-tab-pane-control .tab-row .tab.selected { border: 1px solid rgb(120, 172, 255); border-bottom: 0; z-index: 3; padding: 2px 6px 5px 6px; margin: 1px -6px -2px 0px; top: -2px; background: white; } .dynamic-tab-pane-control .tab-row .tab a { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(0, 66, 174); text-decoration: none; cursor: hand; cursor: pointer; } .dynamic-tab-pane-control .tab-row .hover a { color: rgb(0, 66, 174); } .dynamic-tab-pane-control .tab-row .tab.selected a { font-weight: bold; } .dynamic-tab-pane-control .tab-page { clear: both; border: 1px solid rgb(120, 172, 255); background: White; z-index: 2; position: relative; top: -2px; color: Black; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 10px; min-height: 375px; margin-bottom: -2px; } .dynamic-tab-pane-control .tab-row { z-index: 1; white-space: nowrap; background: #f0f0f0; height: 1.85em; width: 100%; } .dynamic-tab-pane-control { background: #f0f0f0; } .calendar { z-index: 10; }