/** * EGroupware - CSS Styles used by preferences app * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package preferences * @link http://www.egroupware.org * @author Ralf Becker * @version $Id$ */ table.prefTable { width: 100%; position: relative; } table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn { background-image:url(../../../api/templates/default/images/hint.png); background-repeat: no-repeat; background-position: center; position: absolute; height: 99%; } tr.prefRow { position: relative; } tr.prefRow:hover {background-color:#f0f0ff} td.prefName { width: 50%; } tr.prefRow > td { vertical-align: bottom; /* otherwise help will cover bigger prefValue */ } /*.prefValueColumn {border-right:none !important;}*/ .prefHelpColumn { border: none !important; padding: 0 !important; } .prefHelp { position: absolute; display: none; width: 255px; max-height: 99%; height: 98%; background-color: #f0f0ff; padding: 5px; margin-top: -4px; top: 0; } tr.prefRow:hover .prefHelp { display: block; z-index: 10; /* FF: displays it under next prefName without */ } .prefDefault, .prefValue { float: left; } .prefValue { margin-right: 5px; } .prefValue textarea, textarea.prefValue { width: 99%; height: 5em; } .prefType, .prefApp { font-size: 150%; margin-top: 10px; margin-right: 5px; } .prefType{ width:50%; } .prefApp { width:49.50%; } #preferences-password .dialogHeader td { text-align: center; } /* arrange readonly selectbox background icon*/ .et2_selectbox.readonly.prefType { padding-right: 50px; }