Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / resources / css / structure / panel.css
index e6ba068..b22916c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
     overflow:hidden;
 }
 
-.x-panel-btns-right .x-panel-fbar {
-       float:right;
-       clear:none;
-}
-
-.x-panel-btns-left .x-panel-fbar {
-       clear:none;
-}
-
-.x-panel-btns-center{
-       text-align:center; /*ie*/
-}
-
-.x-panel-btns-center .x-toolbar-ct {
-       margin:0 auto; /*everyone else*/
-    text-align:left;
-    width:auto;
-}
-
-.ext-ie .x-panel-btns-right .x-toolbar-ct, .ext-gecko2 .x-panel-btns-right .x-toolbar-ct {
-    width:auto;
-}
-
 .x-panel-btns td.x-toolbar-cell{
        padding:3px;
 }