thickbox.css
error global settings needed for thickbox
line 4
*{padding: 0; margin: 0;}

Comments

eastcn’s picture

You should be covered in style.css exterior.

maulwuff’s picture

Version: 6.x-2.6-beta2 » 6.x-2.6-beta3

*{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.

peťo’s picture

I have same problem. It influences also button deign on whole site... I cant use this module now!

peťo’s picture

Assigned: jjancel » Unassigned
bezu60’s picture

Same 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.

nathaniel’s picture

Title: modify css » thickbox.css breaks global css
Version: 6.x-2.6-beta3 » 7.x-3.x-dev
Status: Active » Fixed

Thickbox is removed in the latest 7.x version. It has been replaced with support for the Colorbox module.

D6: photos/thickbox/thickbox.css

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.