Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / layout-browser / layout-browser.css
index 8b135d8..70ba8fc 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -58,14 +58,16 @@ a:hover {
     background: #f9f9f9;
 }
 .x-tab-panel-header-plain .x-tab-strip-top {
-    background: #DFE8F6 url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important;
+    background: #DFE8F6 url(../../resources/images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important;
 }
-.custom-accordion .x-panel-body {
+.custom-accordion .x-panel-body{
+    background:#ffe;
+    text-align:center;
+}
+.custom-accordion .x-panel-body p {
     font-family:georgia,serif;
     padding:20px 80px !important;
-    background:#ffe;
     font-size:18px;
-    text-align:center;
     color:#15428B;
 }
 .custom-accordion .x-panel-header-text {