forms.css 602 B

12345678910111213141516171819202122232425262728293031
  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. .calendar .x-menu-item-icon {
  9. background-image:url(../../resources/images/default/shared/calendar.gif);
  10. }
  11. .search-item {
  12. font:normal 11px tahoma, arial, helvetica, sans-serif;
  13. padding:3px 10px 3px 10px;
  14. border-bottom:1px solid #eeeeee;
  15. }
  16. .search-item h3 {
  17. display:block;
  18. font:inherit;
  19. font-weight:bold;
  20. }
  21. .search-item h3 span {
  22. float: right;
  23. font-weight:normal;
  24. margin:0 0 5px 5px;
  25. width:100px;
  26. display:block;
  27. clear:none;
  28. }