Re: [LogiLogi-list] UI Integration - Names of boxes
Status: Beta
Brought to you by:
wybow
|
From: Wybo W. <wy...@lo...> - 2008-09-18 01:26:10
|
> > I just committed some more wireing up and integration. The > > new_logilogi.html is now integrated in the trunk :) > > > > (hope we can work on the trunk now...) > > it seems that my best way to work will be on my server on the LL > trunk... I'll be working there. 'k Great, I'm now awake & devving again too :) > > Some bits may not have been copied over, especially regarding the > > secondary tabs, as I did not know what to do with those... > > > > I also made a start with hooking up remarks, but while doing that, and > > really already when adding the commenting logis, I ran across the > > naming of the bordered boxes, especially the different colored ones > > (those that should be differently colored in line with the svg)... > > > > Now most start with class="logi_current logi", and that may not be > > neatest... Now I bet you already planned on changing that, but maybe > > we should give all the boxes the same name, like border_box, or > > something, and then determine the color via the css, based on the div > > they are in... (just like we do with the primary tabs) > > Well, all works this way. The rounded corners are always the same lt, > rt, rb, lb, but change the image depending on the context they are > applied. 'k Good, still yesterday the colors were still the same... > The logi_current is a special case where the log border is different, > the rest are just logis. Will await your commit, and fix the class name for commenting logis and remarks if you had no time for it. > the other aspect to take in count is that the corners that simulate > transparency are different for each box. On the nav-bar are dark blue, > in the sidebar soft, in the logi-borders white... That makes it indeed more complicated, but it is neccesary... > > (except maybe for the current logi, or the selected contender) > > > > This would make the styling clean, and really separate from the > > html (and allow putting the code needed for the box in a single > > layout partial, just like app/views/application/round_box.html.erb > > for the rounded boxes)... > > > > So if you like it that way, you can do it... > > Right now, there are different ways I create the rounded corners, so I > don't think we can do this globally. 'k > > I also did an attempt of fixing the min_height keeper in the current > > logi, with an overflow: auto, but it required setting the width of the > > logi_body manually... dunno if there is a better solution, as this one > > also breaks the border of the current logi... > > I corrected this on the commit of early yesterday. I added a grey div > so you can see it, then we color it white. It was not working, as when there was less text it sticked through the bottom of the current logi box... Hm... When checking it now, it seems to be working in new_logilogi.html, strange, as it did not work when added to the trunk... Must have missed something on integration... > > In all fixes I did I sticked closely to the SVG, and I am using > > Firefox 3.0.1 on linux for it... Hope it is not too different from the > > other Firefoxes... > > I'm starting to work on the trunk right now :) See you in a coupple of hours. I'm there :) Wybo > Greetings > > -- > Bruno |