I put my theme('adv... where I want the icon to show. I really would rather it not float or break. I find that removing the "float" tag from the CSS and replacing "display: block" with "display: inline-block" works so much better.

Comments

  • gisle committed f9a167f on 6.x-1.x authored by NancyDru
    Issue #1760844 by NancyDru: Made help icon inline
    

  • gisle committed 1b91b94 on 7.x-1.x authored by NancyDru
    Issue #1760844 by NancyDru: Allowed more space for the up text
    
gisle’s picture

Issue summary: View changes
Status: Active » Reviewed & tested by the community

It has been in the queue for two and half years now, and there has not been a single objection to this.

I think this proposal makes a lot of sense. It is the same height as standard text, and having it inline allows the developer to position it freely.

It is going to have a small cosmetic impact on how the help icons display in Views and other projects that relied on it floating left (they will appear above instead of to the left of the item). But it is only cosmetic and simple to fix.

gisle’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.