Overlib border in 2.6.2

Phoca Gallery - image gallery extension
Ronny
Phoca Professional
Phoca Professional
Posts: 211
Joined: 03 Nov 2009, 20:31
Location: Germany
Contact:

Overlib border in 2.6.2

Post by Ronny »

Hi,

I have updated to Phoca Gallery 2.6.2 on my test server. For the gallery the overlib effect is enabled to show only the picture description. In 2.6.0 (and before) the description box had a grey line for the picture title and below it a white area for the picture description, with an very small border around it (approx. 1 pixel). Now, with 2.6.2, that border is much wider (what's not looking that good), and I can't change this anywhere in the parameters. I can only change the border color, e. g. to transparent - but then the background of the picture title in the overlib box is also set to that color what makes it nearly unreadable. Is there any way out?


Thanks and regards,
Ronny

PS: have also updated my main page so the effect is visible there also.
Ronny
Phoca Professional
Phoca Professional
Posts: 211
Joined: 03 Nov 2009, 20:31
Location: Germany
Contact:

Re: Overlib border in 2.6.2

Post by Ronny »

Tested it again on a test machine with a new, clean installation - only Joomla 1.5.15 and Phoca Gallery 2.6.2, using default template rhuk_milkyway - the same thing's happening there.

regards,
Ronny
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Overlib border in 2.6.2

Post by Jan »

Hi, yes the padding was added as there is a new feauture. You can change it in your CSS, see:
components\com_phocagallery\assets\phocagallery.css

at the bottom change FROM:

Code: Select all

.bgPhocaClass {
	padding:10px;
	/*border:1px solid #d2d2d2;*/
}
TO:

Code: Select all

.bgPhocaClass {
	padding:0px;
	border:1px solid #d2d2d2;
}
Jan
If you find Phoca extensions useful, please support the project
Ronny
Phoca Professional
Phoca Professional
Posts: 211
Joined: 03 Nov 2009, 20:31
Location: Germany
Contact:

Re: Overlib border in 2.6.2

Post by Ronny »

Great, thanks Jan, it's working!

Regards,
Ronny
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Overlib border in 2.6.2

Post by Jan »

Great to hear it. Jan
If you find Phoca extensions useful, please support the project
Post Reply