From 60e9afdec91334659a778a81993f819962283d68 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Oct 2010 20:13:24 +0000 Subject: [PATCH] Fix: syntax error --- htdocs/theme/eldy/style.css.php | 43 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 14582b8af9f..9327d7515f4 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1466,31 +1466,30 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; } -.ui-autocomplete { - position:absolute; +.ui-autocomplete { + position:absolute; width:auto; - font-size: 1.0em; - 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; + font-size: 1.0em; + 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; } -*/ /* ============================================================================== */ /* Ajax - In place editor */ /* ============================================================================== */