for admin try it with this sequence *= require_self *= require application *= require hobo_clean_admin *= require hobo_jquery_ui *= require jquery-ui/flick *= require_tree ./steward
On Tue, Apr 9, 2013 at 7:04 PM, Lea Viljanen <[email protected]> wrote: > application.scss > /* > * This is the global stylesheet manifest file. Files or plugins > * referenced from here or placed in the application/ directory will be > * included in all subsites. This file is included by front.css and all > * subsites. > * > *= require_self > *= require_tree ./application > */ > > front.scss > /* > * This is the stylesheet manifest file for the front subsite (which > * is your whole application if you don't have any subsites). Files > * or plugins referenced from here or placed in the front/ directory > * will be included. > * > *= require_self > *= require application > *= require hobo_rapid > *= require hobo_jquery > *= require hobo_clean > *= require hobo_jquery_ui > *= require jquery-ui/redmond > *= require_tree ./front > *= require hobo_clean_nuija > */ > > steward.scss (my admin site is called steward) > /* > * This is the stylesheet manifest file for the steward subsite. > * Files or plugins referenced from here or placed in the steward/ > * directory will be included. > * > *= require_self > *= require application > *= require hobo_rapid > *= require hobo_jquery > *= require hobo_clean_admin > *= require hobo_jquery_ui > *= require jquery-ui/flick > *= require_tree ./steward > */ > > > > > On Tue, Apr 9, 2013 at 4:24 PM, Vivek Sampara <[email protected]>wrote: > >> Can you copy paste your styles manifest files ? application.css, >> admin.css , front.css >> >> Vivek >> >> >> On Tue, Apr 9, 2013 at 6:26 PM, Lea Viljanen <[email protected]>wrote: >> >>> Well, now the issue is both on development and production, which is >>> progress, of sorts 8) >>> >>> Looking at the h2 class=heading element with FF Inspect Element in >>> development: >>> - the h2 definition (font-size 28px) comes from hobo_clean_admin.css >>> - hobo_clean_admin.css is generated by asset precompilation and it seems >>> to be composed of the following files in this order: >>> * reset.css >>> * stuff generated from clean.css.erb >>> * rapid-ui.css >>> * reset.css again ! >>> >>> Where does that second reset.css come from? >>> >>> I am actually using three themes in this app: front uses >>> hobo-clean-nuija, which is my version of hobo-clean, and hobo-clean-admin. >>> But the admin site uses only the default hobo-clean-admin. >>> >>> -- >>> Lea 'LadyBug' Viljanen >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Hobo Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/hobousers?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hobo Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/hobousers?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Lea 'LadyBug' Viljanen > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
