/** * Magento Commercial Edition * * NOTICE OF LICENSE * * This source file is subject to the Magento Commercial Edition License * that is available at: http://www.magentocommerce.com/license/commercial-edition * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category Mage * @package js * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com) * @license http://www.magentocommerce.com/license/commercial-edition */ .translate-inline { /* background:black; font-weight:bold; color:red; */ border:dotted 1px red;} .translate-inline-script, .translate-inline-title { background:yellow; color:black; font-weight:bold; } #translate-inline-trig { position:absolute;left:-1000px; opacity:.8; filter:alpha(opacity=80); cursor:pointer; margin-top:10px; z-index:1000;} .magento_table_container { background:#e7efef; margin:10px; padding:10px; } .magento_table_container table { width:100%; } .magento_table_container td { padding:2px 0 !important; text-align:left; } .magento_table_container th.label { width:150px; padding:2px 9px 2px 0 !important; font-weight:bold; } .magento_table_container td.value .input-text { width:98%; } .magento_table_container td.value textarea.input-text { height:8em; } p.accent { color:#d12c01; }