Needs review
Project:
MultiFlex theme
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 11:06 UTC
Updated:
26 Apr 2007 at 07:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
kaerast commentedI've made a start on porting it to 5.x, but it still needs some work. The new way the theme system works, there appears to be no way of controling the order in which css files are loaded. Where as before style_screen was being loaded before style_override, it's now the other way round.
So the attached patch will make it "work", but it still needs some work in the css files to make it work nicely.
Comment #2
vrykolakas commentedSince the creation of this theme, Multiflex-3 had been released and Multiflex-4 may be on the way. So, it might be more efficient to directly switch to Multiflex-3 or even -4 (depending on when the Drupal 5.x port is expected to be done) to avoid redoing the same thing over and over (although I'm aware that “translating” an already done theme from 4.7 to 5.x is easier to porting and translating).
Comment #3
David Latapie commentedJust a reply to track the conversation — since there is presently no way to do so without replying.
Comment #4
inforeto commentedsubscribing
Comment #5
owen barton commentedHere is a patch that fixes the CSS ordering (ugly, but effective), and adds a minor addition to the menu CSS to fix the specificity.