Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / button / buttons.css
diff --git a/examples/button/buttons.css b/examples/button/buttons.css
new file mode 100644 (file)
index 0000000..983cc54
--- /dev/null
@@ -0,0 +1,31 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.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;
+    padding: 5px;
+    background:#eee;
+    width:400px;
+}
+
+h3 {
+    font-weight:normal !important;
+}
\ No newline at end of file