You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/30 10:37:10 UTC

svn commit: r831238 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Author: jleroux
Date: Fri Oct 30 09:37:09 2009
New Revision: 831238

URL: http://svn.apache.org/viewvc?rev=831238&view=rev
Log:
A replacement patch from Bilgin Ibryam "You don't to distinguish between normal text and URL links in screens." (https://issues.apache.org/jira/browse/OFBIZ-3061) - OFBIZ-3061
This pactch colors the links in tables instead of underlining them which was a problem when FTL was used (as in parties search results)

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=831238&r1=831237&r2=831238&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Fri Oct 30 09:37:09 2009
@@ -992,11 +992,12 @@
 }
 
 .basic-table td a {
-    text-decoration: underline;
+    font-weight: bold;
+    color:#A80000;
 }
 
 .basic-table td a.buttontext  {
-    text-decoration: none;
+    color:#333;
 }
 
 .buttontextdisabled {