[jira] [Commented] (OFBIZ-10467) Using "buttontext" styling for the index of service engine

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10467) Using "buttontext" styling for the index of service engine

Nicolas Malin (Jira)

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

Dennis Balkir commented on OFBIZ-10467:
---------------------------------------

I did some research and found, that this was there from the beginning:

{code:css}
.button-bar ul a,.button-bar a {
  background-image:url(../images/tab_normal1.png);
  color:#000000;
  padding:0.6em 1em 0.9em 1em;
  line-height:19px;
  white-space: nowrap;
  text-transform:uppercase;
}
{code}

Later this got changed into this:

{code:css}
.button-bar a.buttontext {
  text-transform:uppercase;
}
{code}

The change was done in r1091477, to differ the ServiceEngine buttons from others, so the revision comment:
bq. - Used uppercase transformation only for button-bar buttontext links so that other links as, for example, the initial letters bar in https://localhost:8443/webtools/control/ServiceList is not uppercased.

The question is right now, how useful is it to transform all other button-bar links to uppercase or is this not necessary?

> Using "buttontext" styling for the index of service engine
> ----------------------------------------------------------
>
>                 Key: OFBIZ-10467
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10467
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework/webtools
>    Affects Versions: Trunk
>            Reporter: Dennis Balkir
>            Assignee: Aditya Sharma
>            Priority: Minor
>         Attachments: buttons1.png, buttons2.png, buttons3.png, buttons4.png, service-engine_buttons.patch
>
>
> To give OFBiz a more equal look, the style "buttontext" can be added for the alphabetical index of the service engine main page.
> This makes the buttons look alike with the ones that are already there for the entity engine main page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)