--- /dev/null
+/*!
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.sort-desc {
+ background-image: url("../../resources/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-position: 4px 7px !important;
+}
\ No newline at end of file