combos.css 575 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .search-item {
  9. font:normal 11px tahoma, arial, helvetica, sans-serif;
  10. padding:3px 10px 3px 10px;
  11. border:1px solid #fff;
  12. border-bottom:1px solid #eeeeee;
  13. white-space:normal;
  14. color:#555;
  15. }
  16. .search-item h3 {
  17. display:block;
  18. font:inherit;
  19. font-weight:bold;
  20. color:#222;
  21. }
  22. .search-item h3 span {
  23. float: right;
  24. font-weight:normal;
  25. margin:0 0 5px 5px;
  26. width:100px;
  27. display:block;
  28. clear:none;
  29. }