774048c6d454826ec59748bc56ff8d175b7867e2.svn-base 689 B

12345678910111213141516171819202122232425262728293031323334
  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. #container {
  9. width:600px;
  10. height:300px;
  11. border:3px solid #c3daf9;
  12. }
  13. .calendar {
  14. background-image:url(../../resources/images/default/shared/calendar.gif) !important;
  15. }
  16. .blist {
  17. background-image: url(list-items.gif) !important;
  18. }
  19. .bmenu {
  20. background-image: url(menu-show.gif) !important;
  21. }
  22. .menu-title{
  23. background: #ebeadb url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x;
  24. border-bottom:1px solid #99bbe8;
  25. color:#15428b;
  26. font:bold 10px tahoma,arial,verdana,sans-serif;
  27. display:block;
  28. padding:3px;
  29. }