Closed (fixed)
Project:
FriendsForever
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2008 at 18:51 UTC
Updated:
19 Mar 2008 at 19:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
tonyn commentedIt seems the problem may be the class "forum-topic-navigation clear-block" just above .links
http://drupal.org/node/138548 - This issue describes a fix.
Add this to your style.css:
Committed. Tell me how that works out for you.
Comment #2
lenkkivihko commentedWorks perfectly! Many thanks! Open source rocks!
Comment #3
tonyn commentedAwesome.
Comment #4
lenkkivihko commentedSimilar issue with guestbook. See picture attached.
Comment #5
tonyn commentedUsing http://drupal.org/project/guestbook? I am not able to reproduce this bug with that module.
Comment #6
lenkkivihko commentedYes guestbook. And the fix for links implemented as described above. FF + Ubuntu as the setup.
Strange.... (I still have the issue..)
Comment #7
lenkkivihko commentedAnd I have the same issue with tabs. I use the jstools tabs module.
Comment #8
tonyn commentedI still cannot find the guestbook clearing problem.
However, I was able to isolate the clearing in jstools to this snippet of code on line 30 of styles.css.
Removed the clear: both, and you will fix the clearing issue. Inside the box window the list will be squinched-in though.
Edit: I will be releasing a new major rewrite of FriendsForever nista in the near future (within the month) that should deal with these clearing issues.
Comment #9
lenkkivihko commentedBehaviour reproduced.
* Fixes the clearing issue.
* But introduces the issue of list / tab content moving to right. (see attached picture)
Comment #10
tonyn commentedTabsexample shows fine for me.
How did you get that list there? What modules are you using?
Comment #11
lenkkivihko commentedCSS's on that page:
@import "modules/book/book.css";
@import "modules/contrib/cck/content.css";
@import "modules/contrib/event/event.css";
@import "modules/contrib/jstools/tabs/drupal-tabs.css";
@import "modules/contrib/jstools/tabs/tabs.css";
@import "modules/contrib/og/og.css";
@import "modules/node/node.css";
@import "modules/poll/poll.css";
@import "modules/system/defaults.css";
@import "modules/system/system.css";
@import "modules/user/user.css";
@import "modules/contrib/date/date.css";
@import "modules/contrib/cck/fieldgroup.css";
@import "modules/contrib/panels/layouts/twocol_stacked.css";
@import "themes/friendsforever/style.css";
=================
The pager (e.g., on the Tracker page) had a similar issue. I edited the system.css file in:
.pager {
margin: 1em 0 0 7em;
}
and removed one line (clear: both;). That fixed the issue.
Comment #12
lenkkivihko commentedCSS's on that page:
@import "modules/book/book.css";
@import "modules/contrib/cck/content.css";
@import "modules/contrib/event/event.css";
@import "modules/contrib/jstools/tabs/drupal-tabs.css";
@import "modules/contrib/jstools/tabs/tabs.css";
@import "modules/contrib/og/og.css";
@import "modules/node/node.css";
@import "modules/poll/poll.css";
@import "modules/system/defaults.css";
@import "modules/system/system.css";
@import "modules/user/user.css";
@import "modules/contrib/date/date.css";
@import "modules/contrib/cck/fieldgroup.css";
@import "modules/contrib/panels/layouts/twocol_stacked.css";
@import "themes/friendsforever/style.css";
=================
The pager had a similar issue. I edited the system.css file in:
.pager {
margin: 1em 0 0 7em;
}
and removed one line (clear: both;) . That fixed the issue.
Comment #13
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.