Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / grid / remote-group-summary-grid.html
index 6c63401..cb32861 100644 (file)
@@ -8,24 +8,27 @@
     <script type="text/javascript" src="../../bootstrap.js"></script>
  
     <style type="text/css">
-    .x-grid-row-summary {
-        color:#333;
-        background: #f1f2f4;
-    }
-    .x-grid-row-summary  .x-grid-cell-inner {
-        font-weight: bold;
-        font-size: 11px;
-        padding-bottom: 4px;
-    }
-    .x-grid-hide-summary .x-grid-row-summary {
-        display:none;
-    }
-    .x-grid-row .x-grid-cell-cost {
-        background-color:#f1f2f4;
-    }
-    .x-grid-row-summary .x-grid-cell-cost {
-        background-color:#e1e2e4;
-    }
+        .task .x-grid-cell-inner {
+            padding-left: 15px;
+        }
+        .x-grid-row-summary {
+            color:#333;
+            background: #f1f2f4;
+        }
+        .x-grid-row-summary  .x-grid-cell-inner {
+            font-weight: bold;
+            font-size: 11px;
+            padding-bottom: 4px;
+        }
+        .x-grid-hide-summary .x-grid-row-summary {
+            display:none;
+        }
+        .x-grid-row .x-grid-cell-cost {
+            background-color:#f1f2f4;
+        }
+        .x-grid-row-summary .x-grid-cell-cost {
+            background-color:#e1e2e4;
+        }
     </style>
     <script type="text/javascript" src="remote-group-summary-grid.js"></script>