Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / button / button.css
old mode 100644 (file)
new mode 100755 (executable)
similarity index 64%
rename from examples/button/buttons.css
rename to examples/button/button.css
index ba64cf3..f1b7bf6
@@ -1,23 +1,3 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-.add {
-    background-image: url(images/add.gif) !important;
-}
-.add16 {
-    background-image: url(images/add16.gif) !important;
-}
-.add24 {
-    background-image: url(images/add24.gif) !important;
-}
-
-.btn-panel td {
-    padding-left:5px;
-}
-
 h2 {
     color:#083772 !important;
     margin: 20px 0 0 !important;
@@ -28,4 +8,20 @@ h2 {
 
 h3 {
     font-weight:normal !important;
-}
\ No newline at end of file
+    margin:10px;
+}
+
+.x-btn {
+    margin-left:10px;
+}
+
+/*buttons*/
+.x-btn-default-large .add {
+    background-image: url(images/add.gif) !important;
+}
+.x-btn-default-small .add {
+    background-image: url(images/add16.gif) !important;
+}
+.x-btn-default-medium .add {
+    background-image: url(images/add24.gif) !important;
+}