@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Adjustments in Editor Mode
 * (de) Anpassungen im Editor Modus
 *
 * @version         $Id: editor_view.css 382 2008-05-23 02:28:45Z hieblmedia $
 * @copyright       Copyright 2005-2007, Reinhard Hiebl
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  JYAML-C (http://www.jyaml.de/en/license-conditions.html),
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 382 $
 * @lastmodified    $Date: 2008-05-23 04:28:45 +0200 (Fr, 23 Mai 2008) $
*/

@media screen, projection
{
 form#editor_view { width:100% !important; }  /* using jquery tabs theme /jquery.ui/theme.css */
  form#editor_view fieldset { border:0; padding:0; margin-bottom:0; }
  form#editor_view fieldset legend { font-size:1.2em; font-weight:bold; padding:0 .5em; } 

  form#editor_view fieldset { border:1px dotted #666; padding:1em; margin-bottom:1em; }
  form#editor_view fieldset legend { font-size:1.2em; font-weight:bold; padding:0 .5em; } 

  ul.editor_view_tabs { width:50%; overflow:hidden; list-style:none; padding:0; margin:0 0 0 1em; }
  ul.editor_view_tabs li { margin:0 1em 0 0; padding:0; float:left; list-style:none; }
  ul.editor_view_tabs li a { display:block; padding:3px 6px; margin:0 0 3px 0; border:1px dotted #666; font-size:1.2em; cursor:pointer; }
  ul.editor_view_tabs li a.active { border-bottom:0; padding-bottom:9px; margin:0; font-weight:bold; background:#f4f4f4; }
 
  
  #editor-xtd-buttons { overflow:hidden; width:100%; }
  #editor-xtd-buttons a { display:block; float:left; border:1px solid #ccc; padding:2px 4px; margin:.5em .5em 0 0; }
}
