Closed (outdated)
Project:
Follow
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2012 at 00:32 UTC
Updated:
8 Mar 2024 at 08:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cwithout commentedSo the easy way to fix this would be
But unfortunately,
inline-blockdoesn't work in IE7. It requires separate CSS or a hack likezoom:1; *display: inline;.The other option is also float left the
<h2>tag within the#block-follow-userand/or#block-follow-sitedivs. But that would require those ID's to be passed tofollow-css.tpl.phpso it could addfloat:left;to the appropriate div(s) only when the horizontal layout was chosen.Comment #2
cwithout commented[Removed -- Posted to wrong issue. Do not use patch for this issue. IGNORE THESE ATTACHMENTS.]
Comment #3
cwithout commentedChanging issue status.
Ignore patch and attachments in comment #2. Posted to wrong issue.
Comment #4
q0rban commented> you would expect the title to appear to the left of the icons
I disagree, I actually expect the icons to be to the left of the text. If you feel differently, you can fix this in your own CSS. Marking this as won't fix. :)
Comment #5
cwithout commentedI think you're mistaken on what I mean by "title". I don't mean the text associated with the icons. I mean the title of the block.
In the original post, refer to the image with the large text that says "Follow D7 demo on:" with nothing after the colon. A normal person/user is not going to expect the associated content to show up to the left of a title, especially one that ends with a colon. They would expect the associated content to show up to the right of the colon.
http://drupal.org/files/Follow%20links%20(horizontal).png
Comment #6
cwithout commentedUpdating issue title.
Comment #7
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks