Active
Project:
Democratica
Version:
4.7.x-1.x-dev
Component:
Stylesheets
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2006 at 00:40 UTC
Updated:
8 Dec 2006 at 13:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
jazzitup commentedThe same thing happens while editing nodes....
Comment #2
jazzitup commentedThis is so annoying... hm! I can't locate the problem even with my DevTool plugin for Firefox.
Comment #3
Steel Rat commentedYeah, there's another issue on this type of problem. It is pretty frustrating.
Comment #4
lafflam commentedAfter reading http://drupal.org/node/25192 and http://drupal.org/node/38426, I studied the style.css file and found the following section:
This gave me the clue I needed to fix the problem.
HOW TO FIX
Add the following code to the style.css file:
This fixed the problem for me.
Comment #5
lafflam commentedThere are other "pages" which also exhibit this behavior, such as the bottom half of the Democratica theme settings page. Therefore I also added the following code to style.css:
NOTE: There may be other classes in the stock drupal.css file that need similar overriding by Democratica's style.css file.
Comment #6
Steel Rat commentedNice Lafflam!! These fixed both the FF and IE problems I was having! I owe you my first born!
Comment #7
lafflam commentedRetraction of Update #5 above
Update #5 above breaks the general themes settings page in Democratica. I recommend not using the code from Update #5.
Following further testing, Update #4 seems to solve the original problem and continues to work fine.
Comment #8
jazzitup commentedProblem still exists... Did you check: admin/themes/settings?
Take a look at the attached image.