X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/grid/multiple-sorting.css diff --git a/examples/grid/multiple-sorting.css b/examples/grid/multiple-sorting.css index e354105c..85c3cff2 100644 --- a/examples/grid/multiple-sorting.css +++ b/examples/grid/multiple-sorting.css @@ -1,15 +1,9 @@ -/*! - * Ext JS Library 3.3.1 - * Copyright(c) 2006-2010 Sencha Inc. - * licensing@sencha.com - * http://www.sencha.com/license - */ .sort-desc { - background-image: url("../../resources/images/default/grid/sort_desc.gif") !important; + background-image: url("../../resources/themes/images/default/grid/sort_desc.gif") !important; background-position: 4px 7px !important; } .sort-asc { - background-image: url("../../resources/images/default/grid/sort_asc.gif") !important; + background-image: url("../../resources/themes/images/default/grid/sort_asc.gif") !important; background-position: 4px 7px !important; } \ No newline at end of file