Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / ux / css / GroupSummary.css
diff --git a/examples/ux/css/GroupSummary.css b/examples/ux/css/GroupSummary.css
new file mode 100644 (file)
index 0000000..9069dc1
--- /dev/null
@@ -0,0 +1,26 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-grid3-summary-row {\r
+    border-left:1px solid #fff;\r
+    border-right:1px solid #fff;\r
+    color:#333;\r
+    background: #f1f2f4;\r
+}\r
+.x-grid3-summary-row .x-grid3-cell-inner {\r
+    font-weight:bold;\r
+    padding-bottom:4px;\r
+}\r
+.x-grid3-cell-first .x-grid3-cell-inner {\r
+    padding-left:16px;\r
+}\r
+.x-grid-hide-summary .x-grid3-summary-row {\r
+    display:none;\r
+}\r
+.x-grid3-summary-msg {\r
+    padding:4px 16px;\r
+    font-weight:bold;\r
+}
\ No newline at end of file