Author: buscob
Date: Sun Mar 7 19:28:10 2010
New Revision: 920062
URL:
http://svn.apache.org/viewvc?rev=920062&view=revLog:
Replaced sort order indication icons with transparent background ones in Tomahawk theme.
Sort order icons are now shown on the sorted column only and not on all sortable column. This seems to be a more standard way to indicate this type of information.
Added:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-dw.png (with props)
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-up.png (with props)
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=920062&r1=920061&r2=920062&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Mar 7 19:28:10 2010
@@ -1728,17 +1728,17 @@
/* ===== Sort field style ===== */
.basic-table .header-row-2 th .sort-order-asc,.basic-table .header-row-2 td .sort-order-asc {
-background: url(/images/arrow-gr-up.png) no-repeat right;
+background: url(../images/arrow-gr-up.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order-desc,.basic-table .header-row-2 td .sort-order-desc {
-background: url(/images/arrow-gr-dw.png) no-repeat right;
+background: url(../images/arrow-gr-dw.png) no-repeat right;
padding-right: 20px;
}
.basic-table .header-row-2 th .sort-order,.basic-table .header-row-2 td .sort-order {
-background: url(/images/arrow-gr.png) no-repeat right;
+background: transparent;
padding-right: 20px;
}
Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-dw.png
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-dw.png?rev=920062&view=auto==============================================================================
Binary file - no diff available.
Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-dw.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-up.png
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-up.png?rev=920062&view=auto==============================================================================
Binary file - no diff available.
Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/arrow-gr-up.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream