Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
Bartik theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 May 2013 at 05:59 UTC
Updated:
29 Jul 2014 at 22:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tsi commentedComment #2
gábor hojtsyComment #3
mjohnq3 commentedThis looks good except for one minor problem - no left padding on the main menu tabs. See attached screenshot and interdiff.txt.
Comment #4
tsi commentedThe padding there should be (according to the LTR styles)
padding: 0.7em 0.8em;and apply only under themin-width: 901pxmedia query, this means we add a line to the RTL styles which looks the same as the LTR equivalent only for cascading reasons (patch attached). not perfect but maybe we have no choice.Comment #6
mjohnq3 commentedI'll take another crack at this. The affected css is now mobile-first.
Comment #7
tsi commentedThere's a tab that snuck in there.
Besides that, seems like #6 does the same as #4 only that it is formatted better (mine got messed up by git) so it is fine by me.
This one removes the tab.
Comment #8
thamasTested the last patch, it works well.
Comment #9
dries commentedCommitted to 8.x. but I'd like us to clean up the comments. They are not very consistent.
Comment #10
xjmTo clarify @Dries' comment, the new hyphen-header things have more hyphens and the case is not consistent.
Comment #11
mjohnq3 commentedThe hyphen-header thingies are now all title case and start at column #24. The ending "/" all end at column #62.
Comment #13
gábor hojtsy#11: bartik_menu_tabs_rtl-1994192-11.patch queued for re-testing.
Comment #14
gábor hojtsyLooks fine!
Comment #15
alexpottCommitted b3b93ac and pushed to 8.x. Thanks!