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)
Many thanks,
Andrea
Font dimensions too big for Upload message warning
-
- Phoca Newbie
- Posts: 2
- Joined: 21 Apr 2011, 12:08
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Font dimensions too big for Upload message warning
Hi, you can change it in CSS.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 21 Apr 2011, 12:08
[SOLVED] Font dimensions too big for Upload message warning
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 !
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 !
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Font dimensions too big for Upload message warning
Ok
If you find Phoca extensions useful, please support the project