You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2009/10/27 23:36:59 UTC

[jira] Commented: (OFBIZ-3061) You don't to distinguish between normal text and URL links in screens

    [ https://issues.apache.org/jira/browse/OFBIZ-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770686#action_12770686 ] 

Bilgin Ibryam commented on OFBIZ-3061:
--------------------------------------

You can't see the links even in second glance ;)  I wonder how people use this theme w/o being able to make a distinction between a text and a link?

I propose to underline all links belonging to .basic-table except for the buttons in themes\bizznesstime\webapp\bizznesstime\css\style.css by adding this:

.basic-table td a {
	text-decoration: underline;
}

.basic-table td a.buttontext  {
	text-decoration: none;
}

If there are no other proposals I will commit this soon.

Bilgin

> You don't to distinguish between normal text and URL links in screens
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-3061
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3061
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Jacques Le Roux
>         Attachments: Payments links in a sale invoice.jpg
>
>
> For instance look at the paiment links in a sales invoice, it's the same as normal text. Before the color let you find them easily and even know that there are there if you don't know much OFBiz 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.