Closed (fixed)
Project:
Album Photos
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2009 at 21:31 UTC
Updated:
18 Jan 2013 at 19:40 UTC
thickbox.css
error global settings needed for thickbox
line 4
*{padding: 0; margin: 0;}
Comments
Comment #1
eastcn commentedYou should be covered in style.css exterior.
Comment #2
maulwuff commented*{padding: 0; margin: 0;}
is still active in beta3. The problem is, that thickbox.css is loaded on every page, even if there is no photo album available.
that is: frontpage, views listing on a completely different content type, the admin sections ....
from the api for hook_init: "For example, this hook is a typical place for modules to add CSS or JS that should be present on every page. "
Thickbox should not be present on every page, so hook_init is the wrong place to load it.
Comment #3
peťo commentedI have same problem. It influences also button deign on whole site... I cant use this module now!
Comment #4
peťo commentedComment #5
bezu60 commentedSame issue. I found the culprit:
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
In thickbox.css?r ...commenting out margin-top:0 fixes my pages (according to firebug) but I can't find this in my CPanel.
Comment #6
nathaniel commentedThickbox is removed in the latest 7.x version. It has been replaced with support for the Colorbox module.
D6: photos/thickbox/thickbox.css