From 4e34cec467a5ce57360b1985128cf834ab8120b5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 11 Oct 2010 12:19:17 +0000 Subject: [PATCH] Fix: eldy autocomplete style --- htdocs/theme/eldy/style.css.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 069a82680c7..b6a0960b1c4 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1466,7 +1466,28 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; } - +.ui-autocomplete { + position:absolute; + width:400px; + background-color:white; + border:1px solid #888; + margin:0px; + padding:0px; + } +.ui-autocomplete ul { + list-style-type:none; + margin:0px; + padding:0px; + } +.ui-autocomplete ul li.selected { background-color: #D3E5EC;} +.ui-autocomplete ul li { + list-style-type:none; + display:block; + margin:0; + padding:2px; + height:16px; + cursor:pointer; + } */ /* ============================================================================== */