Closed (fixed)
Project:
Donations Thermometer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 10:41 UTC
Updated:
27 May 2010 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
Mark_Watson27 commentedSorry should have posted resolution here instead of in the post:
http://drupal.org/node/513730
Comment #2
Mark_Watson27 commentedI created a patch to resolve this, this is only my second patch I've ever created so apologies if I'm missing something
Comment #3
Mark_Watson27 commentedComment #4
Mark_Watson27 commentedComment #5
jackalope commentedThanks for the patch; I had the same problem and as far as I can tell this has solved it!
Comment #6
zc881373 commentedSo I understand that changing the height value in the css will appropriately change the image, however I was wondering if there is a way to have the height value changed in the css automatically when the numbers are changed?
I am still new to drupal and coding in general and am thinking this would be possible by modifying the php code in the .module file but am unsure how to do this.
Any help would be great.
Comment #7
dboulet commented@zc881373, the module already adds css to the page which adjusts the height of the image, but that rule then gets overridden by the declaration in donations_thermometer.css. This can be fixed by deleting the appropriate line in donations_thermometer.css, that is what the patch in #2 does.
Comment #8
sejtraav commentedThanks heaps for the support guys. I removed that line, see upcoming release.