Page 1 of 1

primfaces seems too big

Posted: 06 Oct 2011, 16:37
by eagle-eyed82
I use jsf 2.0 and primefaces 2.2.1.Every tools of primefaces seems too big. How to fix this size problems.

Thank you

Re: primfaces seems too big

Posted: 06 Oct 2011, 19:20
by ltune
When it comes down to size, and effects do not bother you then use apache tomahawk components :?

Re: primfaces seems too big

Posted: 06 Oct 2011, 23:02
by cagatay.civici
See user's guide skinning tips.

Re: primfaces seems too big

Posted: 07 Oct 2011, 04:20
by ltune
eagle-eyed82 wrote: How to fix this size problems.
Allright, with size you actually do not mean the storage size!

Greets,

Re: primfaces seems too big

Posted: 10 Oct 2011, 08:31
by eagle-eyed82
Actually,my problem is theme problem. I used blue sky thems from primefes.org problem is fixed.Other themes seem very big.However, you can use this scirpt.
.ui-widget {
font-size: 12px !important;
}

this script work on every themes.


Thank you for all answers.