Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / ux / css / CenterLayout.css
diff --git a/examples/ux/css/CenterLayout.css b/examples/ux/css/CenterLayout.css
new file mode 100644 (file)
index 0000000..7402594
--- /dev/null
@@ -0,0 +1,14 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.ux-layout-center-item {
+    margin:0 auto;
+    text-align:left;
+}
+.ux-layout-center .x-panel-body,   
+body.ux-layout-center {            
+    text-align:center;
+}