Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / button / button.css
diff --git a/examples/button/button.css b/examples/button/button.css
new file mode 100755 (executable)
index 0000000..f1b7bf6
--- /dev/null
@@ -0,0 +1,27 @@
+h2 {
+    color:#083772 !important;
+    margin: 20px 0 0 !important;
+    padding: 5px;
+    background:#eee;
+    width:400px;
+}
+
+h3 {
+    font-weight:normal !important;
+    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;
+}