From 16bea056538ba68a4c5d36c97c1bdab1bac743aa Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 18 Nov 2011 07:19:09 +0100 Subject: Revert "Adding CSS to autocomplete boxes" This reverts commit 7ae7d5d376e327e758cf55bb42b5f196b3a4bb71. --- views/default/css/elements/forms.php | 66 ------------------------------------ 1 file changed, 66 deletions(-) diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index e5ffb8af2..1fced0196 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -327,69 +327,3 @@ input[type="radio"] { color: #0054A7; background: #E4ECF5; } - -/* *************************************** - AUTOSUGGEST BOXES -*************************************** */ - -.ac_results { - padding: 0px; - border: 1px solid black; - background-color: white; - overflow: hidden; - z-index: 99999; -} - -.ui-autocomplete { - padding: 0px; - border: 1px solid black; - background-color: white; - overflow: hidden; - width: 300px; - list-style-position: outside; - list-style: none; - padding: 0; - margin: 0; -} - -.ui-autocomplete li { - margin: 0px; - padding: 2px 5px; - cursor: default; - display: block; - /* - if width will be 100% horizontal scrollbar will apear - when scroll mode will be used - */ - /*width: 100%;*/ - font: menu; - font-size: 12px; - /* - it is very important, if line-height not setted or setted - in relative units scroll will be broken in firefox - */ - line-height: 16px; - overflow: hidden; -} - -.ui-autocomplete-loading { - background: white url(_graphics/indicator.gif) right center no-repeat; -} - -.ui-autocomplete li:nth-child(odd) { - background-color: #eee; -} - -.ui-autocomplete li:hover { - background-color: #4690D6; - color: white; -} - -.ui-autocomplete strong { - font-weight: bold; -} - -.livesearch_icon { - float: left; - padding-right: 1em; -} -- cgit v1.2.3