You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2013/06/21 09:21:47 UTC

svn commit: r1495301 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Author: adrianc
Date: Fri Jun 21 07:21:47 2013
New Revision: 1495301

URL: http://svn.apache.org/r1495301
Log:
Fix sort column styling in Flat Grey theme.

Modified:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1495301&r1=1495300&r2=1495301&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Fri Jun 21 07:21:47 2013
@@ -934,11 +934,13 @@ font-weight: bold;
 .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;
+padding-left: 0.5em;
 padding-right: 20px; /* Setting must be in px */
 }
 .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;
+padding-left: 0.5em;
 padding-right: 20px; /* Setting must be in px */
 }
 .basic-table .header-row-2 th .sort-order,