X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/toolbar/toolbars.css diff --git a/examples/toolbar/toolbars.css b/examples/toolbar/toolbars.css new file mode 100644 index 00000000..f9f8471d --- /dev/null +++ b/examples/toolbar/toolbars.css @@ -0,0 +1,49 @@ +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +#container { + width:600px; + height:400px; + border:3px solid #c3daf9; +} + +.add { + background-image: url( images/add.gif ) !important; +} +.add16 { + background-image: url( images/add16.gif ) !important; +} +.add24 { + background-image: url( images/add24.gif ) !important; +} +.remove { + background-image: url( ../menu/images/delete.gif ) !important; +} +.edit { + background-image: url( ../menu/images/edit.gif ) !important; +} +.find { + background-image: url( ../menu/images/find.gif ) !important; +} +.view { + background-image: url( ../menu/images/view.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