Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Bartik theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 01:36 UTC
Updated:
28 Nov 2010 at 20:50 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
Jeff Burnz commentedBah, stupid screen shot software buggered it up, lets try that again...
Nope, ignore this one also!
Comment #2
Jeff Burnz commentedmaybe this time?

Comment #3
jensimmons commentedYeah. I worked for a while to prevent the overlay.... but guess my strategy didn't prevent all of it.
Any ideas?
Comment #4
Jeff Burnz commentedProbably...
Sorry, I have no time to roll patches and test atm.
Thinking the percentage only needs a neg margin of 3em, rather than 3.2, seem to sit too high?.
Comment #5
Jeff Burnz commentedThis also needs fixing in RTL, the percentages look like they're floated, so need RTL override.
Comment #6
sarah_p commentedHere is a screenshot and a patch for the above code modified to 5em to give full clearance. Currently this is just the LTR.
OSX 10.6
Firefox 3.6.3
screenshot -- http://img.skitch.com/20100623-gbdt7w645qeqsb1r9y2p9r43j3.pdf
Comment #7
Jeff Burnz commentedNeeds different values for the block, 2.25em for the block (or there about's) and 5em for a node.
Comment #8
jensimmons commentedScreenshot from #6:

Comment #10
tim.plunkettNeeded even more than 5em. Blocks get 2.25em, nodes get three times that with 6.75em.
BEFORE:

AFTER:

Comment #11
dead_armI tested it and the patch resolves the issue.
Comment #12
webchickAwesome! That looks much better. Committed to HEAD!