Closed (fixed)
Project:
Twingly
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2010 at 08:07 UTC
Updated:
9 Jan 2010 at 17:25 UTC
Other modules add their css to the stylesheet block in the . The Twingly module does not. Instead it adds its stylesheet as the last item in the section, regardless of the order of print $scripts and print $styles in the . This makes it impossible to style the Twingly module and get it to harmonize with the rest of the site as the Twingly stylesheet overrides any changes.
Please update the Twingly module to follow the structure and method of how other modules add the links to their stylesheets.
Comments
Comment #1
freakalis commentedThere is no css in the Drupal module for Twingly. The Twingly javascript widget includes a css from the Twingly servers. http://static.twingly.com/jsapi/1.1.1/twingly.css
You can always override their css by using the block wrapper div as a selector in your css.
An example for alla twingly blocks
Or for a specific block using the block id
Comment #2
freakalis commentedComment #3
freakalis commentedClosing issue.