Font dimensions too big for Upload message warning

General Forum
andream
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Apr 2011, 12:08

Font dimensions too big for Upload message warning

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Font dimensions too big for Upload message warning

Post by Jan »

Hi, you can change it in CSS.

Jan
If you find Phoca extensions useful, please support the project
andream
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Apr 2011, 12:08

[SOLVED] Font dimensions too big for Upload message warning

Post 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 !
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Font dimensions too big for Upload message warning

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply