X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/examples/button/buttons.css..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/button/button.css diff --git a/examples/button/buttons.css b/examples/button/button.css old mode 100644 new mode 100755 similarity index 64% rename from examples/button/buttons.css rename to examples/button/button.css index ba64cf3a..f1b7bf61 --- a/examples/button/buttons.css +++ b/examples/button/button.css @@ -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; +}