You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org> on 2007/10/18 22:45:51 UTC

[jira] Commented: (TRINIDAD-775) panelButtonBar is missing skinning

    [ https://issues.apache.org/jira/browse/TRINIDAD-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536045 ] 

Stephen Friedrich commented on TRINIDAD-775:
--------------------------------------------

This is an - ugly - workaround:

af|panelButtonBar tbody tr td img {
    width: 15px !important;
}


> panelButtonBar is missing skinning
> ----------------------------------
>
>                 Key: TRINIDAD-775
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-775
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.3-core
>            Reporter: Stephen Friedrich
>
> My client's styleguide mandates 15px gap between buttons.
> When I did not find anything in the skin selectors doc at first I thought the doc was just missing.
> When I inspected my page with Firebug I saw that a spacer image was hardcoded with 10px width and thought that the renderer was probably using a skinning property.
> So I looked at the source and found this in PanelButtonBarRenderer:
>  protected void encodeSeparator( ...
>   {
>     // FIXME Use proper skinning techniques
>     renderSpacer(context, rc, "10", "1");
>     ....
> Well, yeah, a fix would be nice.

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