That is really strange. A couple more things to try (stabbing wildly here):
1) make sure admin.css is in config.assets.precompile. Your admin.css would be pretty much empty if it wasn't there, but it's worth checking... 2) try different versions of SASS. some of them have been buggy. You could also try temporarily swapping in Rails 3.2 to do the precompile. You'll have to probably look elsewhere for help -- Hobo doesn't touch the asset pipeline, and I don't think there are any experts on it on this list. Try stackoverflow or some other place you can find Rails experts... Bryan On Fri, Jun 8, 2012 at 1:47 AM, Arnaud Doyen <[email protected]> wrote: > I tried the same UI theme than the one used by default in front.css (which > works well for the front) but same issue. > It's probably linked to the fact it's a subsite. > > > 2012/6/7 Bryan Larsen <[email protected]> >> >> I haven't seen anything like this. On the other hand, neither of the >> two sites that use Hobo 1.4 in production mode that I manage have an >> admin subsite. >> >> Hobo does not touch the asset pipeline at all, so the bug is almost >> certainly not in Hobo. Most likely it's in jquery-ui-themes. Can >> you try switching to another jQuery UI theme? south-street works for >> me and is likely different than what you're doing in your front site. >> >> cheers, >> Bryan >> >> On Thu, Jun 7, 2012 at 3:49 PM, Arnaud D. <[email protected]> wrote: >> > Hi, >> > >> > I have encountered this issue in edge hobo: >> > admin.css >> > >> > /* Interaction states >> > ----------------------------------*/ >> > .ui-state-default, .ui-widget-content .ui-state-default, >> > .ui-widget-header >> > .ui-state-default { >> > border: 1px solid #dddddd; >> > background: #f6f6f6 >> > >> > url(image-path("jquery-ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png")) >> > 50% 50% repeat-x; >> > font-weight: bold; >> > color: #0073ea; } >> > >> > As you can see, the background image won't ever work since there is >> > still >> > "url(image-path(" >> > This seems not translated by sass but for now, I didn't find anything >> > relevant from rails community. >> > >> > Do you also have this issue in your admin.css ? >> > front.css doesn't have this problem. >> > >> > Thanks, >> > Arnaud. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Hobo Users" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/hobousers?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hobo Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/hobousers?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
