PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css

#
CSS | 62 lines | 32 code | 2 blank | 28 comment | 0 complexity | cccc5397479c72f51f4e2a778a2a9680 MD5 | raw file
  1. /*
  2. * Note: While Microsoft is not the author of this file, Microsoft is
  3. * offering you a license subject to the terms of the Microsoft Software
  4. * License Terms for Microsoft ASP.NET Model View Controller 3.
  5. * Microsoft reserves all other rights. The notices below are provided
  6. * for informational purposes only and are not the license terms under
  7. * which Microsoft distributed this file.
  8. *
  9. * jQuery UI Autocomplete 1.8.11
  10. *
  11. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  12. * http://docs.jquery.com/UI/Autocomplete#theming
  13. */
  14. .ui-autocomplete { position: absolute; cursor: default; }
  15. /* workarounds */
  16. * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
  17. /*
  18. * Note: While Microsoft is not the author of this file, Microsoft is
  19. * offering you a license subject to the terms of the Microsoft Software
  20. * License Terms for Microsoft ASP.NET Model View Controller 3.
  21. * Microsoft reserves all other rights. The notices below are provided
  22. * for informational purposes only and are not the license terms under
  23. * which Microsoft distributed this file.
  24. *
  25. * jQuery UI Menu 1.8.11
  26. *
  27. * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  28. *
  29. * http://docs.jquery.com/UI/Menu#theming
  30. */
  31. .ui-menu {
  32. list-style:none;
  33. padding: 2px;
  34. margin: 0;
  35. display:block;
  36. float: left;
  37. }
  38. .ui-menu .ui-menu {
  39. margin-top: -3px;
  40. }
  41. .ui-menu .ui-menu-item {
  42. margin:0;
  43. padding: 0;
  44. zoom: 1;
  45. float: left;
  46. clear: left;
  47. width: 100%;
  48. }
  49. .ui-menu .ui-menu-item a {
  50. text-decoration:none;
  51. display:block;
  52. padding:.2em .4em;
  53. line-height:1.5;
  54. zoom:1;
  55. }
  56. .ui-menu .ui-menu-item a.ui-state-hover,
  57. .ui-menu .ui-menu-item a.ui-state-active {
  58. font-weight: normal;
  59. margin: -1px;
  60. }