You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Chris Geer <ch...@cxtsoftware.com> on 2013/02/19 03:12:11 UTC

Page Layout Question

I was trying to debug an issue and noticed something that felt odd. In the
page.jsp we have a <div id="pageContent" class="container-fluid> which
seems it should contain the page content and fluid-rows. It does contain
the tab headers but it doesn't contain the tab content. A sibling tag to
that is <div class="row-fluid"> which contains all the tab content. I think
we should nest that second div inside the first div but I wanted to make
sure it wouldn't break anything. I did move it on my dev box and it seemed
to work but wasn't sure if anyone knew the reason it was split like that to
begin with.

Chris

Re: Page Layout Question

Posted by Erin Noe-Payne <er...@gmail.com>.
On Mon, Feb 18, 2013 at 9:12 PM, Chris Geer <ch...@cxtsoftware.com> wrote:

> I was trying to debug an issue and noticed something that felt odd. In the
> page.jsp we have a <div id="pageContent" class="container-fluid> which
> seems it should contain the page content and fluid-rows. It does contain
> the tab headers but it doesn't contain the tab content. A sibling tag to
> that is <div class="row-fluid"> which contains all the tab content. I think
> we should nest that second div inside the first div but I wanted to make
> sure it wouldn't break anything. I did move it on my dev box and it seemed
> to work but wasn't sure if anyone knew the reason it was split like that to
> begin with.
>

The normal bootstrap structure is rows inside containers. Sounds like a
mistake.

Nesting shouldn't break anything but it may enforce some additional styles
limiting the width of the row.


>
> Chris
>