X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/button/button.css diff --git a/examples/button/button.css b/examples/button/button.css new file mode 100755 index 00000000..f1b7bf61 --- /dev/null +++ b/examples/button/button.css @@ -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; +}