metroui breaks panelmenu [SOLVED]

UI Components for JSF
Post Reply
chrishj
Posts: 229
Joined: 11 Jul 2011, 21:58
Location: England, Lancashire
Contact:

12 Aug 2015, 23:15

If I have metroui then the icons for the submenu and menu items are rendered in the middle of the text.

top part of menu.

Code: Select all

<p:panelMenu style="width: 300px;"  >
    <p:submenu label="#{menuText.mL1_Cfg_Default}" icon="ui-folder-open "  >
     <p:menuitem value="#{menuText.mi_def_load}"  action="defaultConfig" icon="fa fa-gear"
                ajax="false"/>
    </p:submenu>
If remove the metroui theme then the icons are in the correct place to the left of the text.

web.xml

Code: Select all

<context-param>
        <param-name>primefaces.THEME</param-name>
        <param-value>metroui</param-value>
    </context-param>
Thank you,
Last edited by chrishj on 13 Aug 2015, 22:31, edited 1 time in total.
PrimeReact: 9.6.0
NextJs: 13.4.12
Theme Apollo v9.0
Database pg 8.8.0
react-hook-form: 7.38.0

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

13 Aug 2015, 10:46

Please try with;

Code: Select all

        <style type="text/css">
            .ui-panelmenu .ui-panelmenu-content.ui-widget-content .ui-menuitem-icon {
                margin: auto 0 !important;
            }
            
            .ui-panelmenu .ui-panelmenu-content.ui-widget-content .ui-menuitem-link {
                padding: 0.3em 0.3em 0.3em 2em !important;
                box-sizing: border-box;
            }
            .ui-panelmenu .ui-panelmenu-content.ui-widget-content .ui-menuitem-text {
                margin-left: 0px;
            }
            
            .ui-panelmenu .ui-menu-parent > .ui-menuitem-link > .ui-menuitem-text {
                margin-left: 10px;
            }
        </style>
Screenshot;
Image

chrishj
Posts: 229
Joined: 11 Jul 2011, 21:58
Location: England, Lancashire
Contact:

13 Aug 2015, 22:33

Thank you very much.

Your solutions works a treat.
PrimeReact: 9.6.0
NextJs: 13.4.12
Theme Apollo v9.0
Database pg 8.8.0
react-hook-form: 7.38.0

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

14 Aug 2015, 08:07

Glad to hear, thanks ;)

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 29 guests