diff options
| author | Sem <sembrestels@riseup.net> | 2011-11-18 07:19:09 +0100 | 
|---|---|---|
| committer | Sem <sembrestels@riseup.net> | 2011-11-18 07:19:09 +0100 | 
| commit | 16bea056538ba68a4c5d36c97c1bdab1bac743aa (patch) | |
| tree | a28582604fda1e92645a7ead35600904ca36a79a | |
| parent | dc565af2c01c94e0b6c6510c59c77f660f3938be (diff) | |
| download | elgg-16bea056538ba68a4c5d36c97c1bdab1bac743aa.tar.gz elgg-16bea056538ba68a4c5d36c97c1bdab1bac743aa.tar.bz2 | |
Revert "Adding CSS to autocomplete boxes"
This reverts commit 7ae7d5d376e327e758cf55bb42b5f196b3a4bb71.
| -rw-r--r-- | views/default/css/elements/forms.php | 66 | 
1 files changed, 0 insertions, 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(<?php echo $vars['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; -} | 
