summary.css 546 B

12345678910111213141516171819202122232425262728
  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. .x-grid3-summary-row {
  9. border-left:1px solid #fff;
  10. border-right:1px solid #fff;
  11. color:#333;
  12. background: #f1f2f4;
  13. }
  14. .x-grid3-summary-row .x-grid3-cell-inner {
  15. font-weight:bold;
  16. padding-bottom:4px;
  17. }
  18. .x-grid3-cell-first .x-grid3-cell-inner {
  19. padding-left:16px;
  20. }
  21. .x-grid-hide-summary .x-grid3-summary-row {
  22. display:none;
  23. }
  24. .x-grid3-summary-msg {
  25. padding:4px 16px;
  26. font-weight:bold;
  27. }