jquery.ui.autocomplete.css

/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

File

drupal/misc/ui/jquery.ui.autocomplete.css
View source
  1. /*
  2. * jQuery UI Autocomplete 1.8.7
  3. *
  4. * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  5. * Dual licensed under the MIT or GPL Version 2 licenses.
  6. * http://jquery.org/license
  7. *
  8. * http://docs.jquery.com/UI/Autocomplete#theming
  9. */
  10. .ui-autocomplete { position: absolute; cursor: default; }
  11. /* workarounds */
  12. * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
  13. /*
  14. * jQuery UI Menu 1.8.7
  15. *
  16. * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  17. * Dual licensed under the MIT or GPL Version 2 licenses.
  18. * http://jquery.org/license
  19. *
  20. * http://docs.jquery.com/UI/Menu#theming
  21. */
  22. .ui-menu {
  23. list-style:none;
  24. padding: 2px;
  25. margin: 0;
  26. display:block;
  27. float: left;
  28. }
  29. .ui-menu .ui-menu {
  30. margin-top: -3px;
  31. }
  32. .ui-menu .ui-menu-item {
  33. margin:0;
  34. padding: 0;
  35. zoom: 1;
  36. float: left;
  37. clear: left;
  38. width: 100%;
  39. }
  40. .ui-menu .ui-menu-item a {
  41. text-decoration:none;
  42. display:block;
  43. padding:.2em .4em;
  44. line-height:1.5;
  45. zoom:1;
  46. }
  47. .ui-menu .ui-menu-item a.ui-state-hover,
  48. .ui-menu .ui-menu-item a.ui-state-active {
  49. font-weight: normal;
  50. margin: -1px;
  51. }