Taxonomy list icon bug in IE

Posts: 3
Joined: 2008-05-14
User is offline
Taxonomy list icon bug in IE

The folder icon for the node taxonomy is bugged in IE7 and it goes over the text or break the line.

I solved this problem not showing the taxonomy, but.. you know... 


Posts: 6
Joined: 2008-04-11
User is offline
I check on IE 6, have the

I check on IE 6, have the same problem also, font size also get smaller

Posts: 92
Joined: 2008-01-03
User is offline
Fix for taxonomy icon in IE

Hi,
This was also posted on 4-14, but in the wrong forum (http://www.themesnap.com/drupalsnap-theme-ins...), so here it is again below.

If you want to control the font size, then you can add a font-size: "whatever" to get the desired size you want.

Thanks

/* Changes to your Efficient's Theme CSS file*/
/***************************************/
/* 1. Change the line 877 from: */

#primary .node {
margin: 15px 0 15px 0;
}

To

#primary .node {
margin: 0px 0 15px 0;
}

/************************************/
/* 2. Change the line 882 from */

#primary .meta {
margin: -12px 0 12px 0;
padding-top: 0px;
}

To

#primary .meta {
margin: 0px 0 12px 0;
padding-top: 0px;
}
/************************************/
/* 3. Change line 909 from */

.node h1 {
padding-bottom: 14px;
}

To

.node h1 {
line-height:22px;
margin-top:5px;
}

Posts: 6
Joined: 2008-04-11
User is offline
May be, you need a project

May be, you need a project page to track issue and patch will be great, thanks for your help

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
Are you a human visitor or just some spam droid?