Page 1 of 1

Problem style in tabview orientation left / right

Posted: 03 Jul 2017, 15:06
by marcelocaser
Hi,

when I use more than 8 tabs in tabview with orientation left the background of this no expand...

Image

Re: Problem style in tabview orientation left / right

Posted: 03 Jul 2017, 16:43
by mert.sincan
Please try;

Code: Select all

<style type="text/css">
    body .ui-tabs.ui-tabs-right>.ui-tabs-nav,
    body .ui-tabs.ui-tabs-left>.ui-tabs-nav {
        height: 100%;
        box-sizing: border-box;
    }
</style>

Re: Problem style in tabview orientation left / right

Posted: 03 Jul 2017, 17:09
by marcelocaser
Hi,

thank you works fine

Re: Problem style in tabview orientation left / right

Posted: 03 Jul 2017, 20:56
by mert.sincan
Glad to hear, thanks for the update!

Re: Problem style in tabview orientation left and Top

Posted: 13 Feb 2019, 13:18
by sgoojrah
My problem is that I have used a tab with orientation "left" and within the the p:tabs there is another tabs add. The main issue is that it inherit the left class for the display but i want it to display orientation "top" within the vertical tab.

Re: Problem style in tabview orientation left / right

Posted: 18 Feb 2019, 11:28
by mert.sincan
I don't understand this issue. Could you please attach your code and a screenshot for us?