Closed (fixed)
Project:
Blueprint
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 21:05 UTC
Updated:
4 Aug 2010 at 16:10 UTC
Hi, I've just noticed on 2 seperate installs, that form description labels are overlapped by the input area, making them unreadable. This is in IE7.
I have used the following CSS to fix the problem in IE7, but this makes the gap between input area and form description label too big in FF.
.form-item .description {
margin-top: 1em;
}
What is the correct way to fix this?
Thanks.
Comments
Comment #1
designerbrent commentedThat sounds like something to put in the ie.css file.
Does that do the trick for you?
Comment #2
Peng.Pif commentedHi Brent, thanks for the tip. I have tried putting the code in ie.css in both the main theme and in the sub-theme. None are working.
Is there anything else I could try?
Thanks.
Comment #3
designerbrent commentedHmm.. it sounds like the ie.css file isn't getting loaded? You could check to make sure that it is loaded.
Comment #4
Peng.Pif commentedThanks for the reply Brent. I just had a look at the path to my ie.css file and found that I was missing the css directory! Silly mistake.
I created a folder called css and put my ie.css in there and all is working well.
Thanks for your help.
Comment #5
designerbrent commentedGlad that worked for you. Sorry for the long delay in getting back to you.