Sorry Bruno, I wasn't very clear in my question. I found the lines in users.show.html.haml but I never found them in the screen.css, and I was wondering if the CSS properites are defined elsewhere or if you have added them in the .html.haml file for future CSS declaration?
Thanks On Oct 18, 7:08 pm, Bruno Bornsztein <[email protected]> wrote: > Hmm... look at users.show.html.haml, lines 20 and 39: > #20 -box :id => "about_me" do > #39 -box :class => 'yui-g alt', :id => 'photo_comments' do > > There you go! > Thanks, > Bruno > > On Thu, Oct 15, 2009 at 5:55 PM, SS <[email protected]> wrote: > > > I find it quite frustrating the way to change the layout of the > > show.html.haml file where I want to place the About Me section in the > > same position where the Profile Comments (top-right) is. I already > > read and familiarize myself with YUI Grid and HAML formatting. > > > What I did is I removed the whole Profile Comments section and in its > > place I cut and pasted the About Me section. However that didn't work > > and I understand that the formatting (CSS) behind it is different. I > > kept searching CE project tree to find where the :id=>"about_me" is > > defined and I can't find it. The same for :id=>"photo_comments" in the > > show.html.haml. > > > Please help so I can understand this simple but fundamental structural > > difference in CE. > > > Thanks > > > P.S: I wouldn't ask a silly question like that if I didn't spend at > > least a couple of hours. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
