source: trunk/web/addons/job_monarch/lib/extjs/examples/grid/summary.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 575 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9.x-grid3-summary-row {
10    border-left:1px solid #fff;
11    border-right:1px solid #fff;
12    color:#333;
13    background: #f1f2f4;
14}
15.x-grid3-summary-row .x-grid3-cell-inner {
16    font-weight:bold;
17    padding-bottom:4px;
18}
19.x-grid3-cell-first .x-grid3-cell-inner {
20    padding-left:16px;
21}
22.x-grid-hide-summary .x-grid3-summary-row {
23    display:none;
24}
25.x-grid3-summary-msg {
26    padding:4px 16px;
27    font-weight:bold;
28}
Note: See TracBrowser for help on using the repository browser.