Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / ux / css / Portal.css
diff --git a/examples/ux/css/Portal.css b/examples/ux/css/Portal.css
new file mode 100644 (file)
index 0000000..83c5bd3
--- /dev/null
@@ -0,0 +1,40 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-portal .x-panel-dd-spacer {\r
+    margin-bottom:10px;\r
+}\r
+\r
+.x-portlet {\r
+    margin-bottom:10px;\r
+}\r
+\r
+/* Clean up the look of the portlets */\r
+.x-portlet .x-panel-ml {\r
+    padding-left:2px;\r
+}\r
+.x-portlet .x-panel-mr {\r
+    padding-right:2px;\r
+}\r
+.x-portlet .x-panel-bl {\r
+    padding-left:2px;\r
+}\r
+\r
+.x-portlet .x-panel-br {\r
+    padding-right:2px;\r
+}\r
+.x-portlet .x-panel-body {\r
+    background:white;\r
+}\r
+.x-portlet .x-panel-mc {\r
+    padding-top:2px;\r
+}\r
+.x-portlet .x-panel-bc .x-panel-footer {\r
+    padding-bottom:2px;\r
+}\r
+.x-portlet .x-panel-nofooter .x-panel-bc {\r
+    height:2px;\r
+}
\ No newline at end of file