Closed (fixed)
Project:
Shiny (Administration theme)
Version:
7.x-1.0-rc2
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
21 Nov 2012 at 09:34 UTC
Updated:
20 Dec 2012 at 18:40 UTC
Really good RTL support! not perfect yet but a really good start, I'll try to provide patches for anything I'll fix in our current project.
Here is the first - breadcrumbs arrow is defined @ shiny.css but the RTL override is defined @ style-rtl.css. when RTL overrides are loaded properly it will not override, and anyway it should be in the corresponding stylesheet.
Plus, no need to float it and then disable that.
| Comment | File | Size | Author |
|---|---|---|---|
| shiny_rtl_breadcrumb_arrow_fix.patch | 880 bytes | tsi |
Comments
Comment #1
dudenhofer commentedGood catch, thanks for the patch! I will role this into the next commit.
Comment #2
dudenhofer commentedThis fix has been committed here http://drupalcode.org/project/shiny.git/commit/5e53e14
Along with some updates to the SCSS files to reflect the change.