/**
 * Anwiki is a multilingual content management system <http://www.anwiki.com>
 * Copyright (C) 2007-2009 Antoine Walter <http://www.anw.fr>
 * 
 * Anwiki is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 * 
 * Anwiki 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 Anwiki.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * Styles for action translate.
 * @package Anwiki
 * @version $Id: action_translate.css 116 2009-02-07 11:09:11Z anw $
 * @copyright 2007-2009 Antoine Walter
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License 3
 */


div.action-translate div.contentfield { border:1px solid #000000; margin:1em; }
div.action-translate div.contentfield div.contentfield_label { background-color:#e7e7ff; padding:0em 0.8em; }
div.action-translate div.contentfield div.contentfield_content { padding:0.4em 0.8em; }

span.translateitem:hover { background-color:#FF0000; cursor:pointer; }
span.translationactive { border:1px solid #FF0000; text-decoration:blink }

div#panel { width:70%; margin:0px auto; display:none; clear:both; }
div#content div#panel { font-size:12px; font-weight:normal; } /* reset some values to keep panel correctly displayed even when it's moved inside stylized parent elements... */
div#panel_original { background-color:white; min-height:3em; padding:0.4em; }
textarea#panel_translate { border:1px solid #000000; width:98%; min-height:3em; padding:0.4em; }
div.panel_buttons { margin:0.5em; text-align:center; }
span.apply { border-left:4px solid purple !important; }
span.fixeditem { background-color:#C8C8C8; }
span.emptyitem { font-size:0.6em; }

fieldset#panel_global, fieldset#panel_current, fieldset#panel_shortcuts { padding:0.5em 1em; border:1px solid #000000; background-color:#e7e7ff; -moz-border-radius: 1em; border-radius: 1em; -khtml-border-radius: 1em; }
fieldset#panel_shortcuts label { float:left; font-weight:bold; width:12em; }

