Page 1 of 1

Font dimensions too big for Upload message warning

Posted: 21 Apr 2011, 12:23
by andream
Hi guys,
do you know the best way to reduce the font size of upload message warning ?
(RightClick over the images and see all the image, to better see what happen)

Image

Many thanks,
Andrea

Re: Font dimensions too big for Upload message warning

Posted: 21 Apr 2011, 21:26
by Jan
Hi, you can change it in CSS.

Jan

[SOLVED] Font dimensions too big for Upload message warning

Posted: 26 Apr 2011, 17:32
by andream
Thanks,
i've added this code to: components\com_phocagallery\assets\phocagallery.css

...
#phocagallery-statistics legend {
font-weight:bold;
font-size: 10px;
color:#aa0000;
padding:10px;
...

And i'ts all OK !

Re: Font dimensions too big for Upload message warning

Posted: 03 May 2011, 09:08
by Jan
Ok