diff --git a/etemplate/setup/etemplates.inc.php b/etemplate/setup/etemplates.inc.php index c1901f4054..e9475c9a76 100644 --- a/etemplate/setup/etemplates.inc.php +++ b/etemplate/setup/etemplates.inc.php @@ -2,7 +2,7 @@ /** * eGroupWare - eTemplates for Application etemplate * http://www.egroupware.org - * generated by soetemplate::dump4setup() 2010-01-13 11:16 + * generated by soetemplate::dump4setup() 2010-01-13 11:32 * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate @@ -26,7 +26,7 @@ $templ_data[] = array('name' => 'etemplate.ajax_select_widget','template' => '', } td.select_search { display: inline; -margin-left: -7px; + margin-left: -7px; } .resultBox { clear: both; @@ -36,6 +36,10 @@ margin-left: -7px; border-style: groove outset outset; display: none; } +.resultBox div { + background-color: #F1F1F1; + padding: 0em 1em; +} .resultBox div:hover { background-color: #D3DCE3; }