navigation is float right which looks odd in some contexts

Bug #809754 reported by Alan Bell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu-Women.org
Fix Released
Undecided
Elizabeth K. Joseph

Bug Description

http://wiki.ubuntu-women.org/LeadershipElectionProcess/2011
the <<Navigation(children,1)>> ends up floating right, which is kind of OK for a table of contents type navigation but in this context looks a bit strange. I think it would be hard to float one type but not the other, maybe turn off float:right for all navigation.

Revision history for this message
Alan Bell (alanbell) wrote :

I think have two header options, one with the navigation on the right, one with it all up top to suit different page layout requirements.

Revision history for this message
Elizabeth K. Joseph (lyz) wrote :

Hm, this would be the header text that we manually place in the pages or something in the CSS?

Changed in ubuntu-women.org:
assignee: nobody → Elizabeth Krumbach (lyz)
status: New → In Progress
Revision history for this message
Alan Bell (alanbell) wrote :

I think maybe just remove

float: right;

from table.navigation in screen.css.

Revision history for this message
Elizabeth K. Joseph (lyz) wrote :

OK, so a CSS change. I tried removing "float: right;" from both places in screen.css and it didn't help. Interesting since #pagetrail itself says "float" left;" Ah css placement fun :)

I'll keep at it. Thanks for your help!

Revision history for this message
Elizabeth K. Joseph (lyz) wrote :

Simply fixed with this, which doesn't seem to cause any other problems:

table.navigation {
    float: left;
    margin: 2px;
}

Checking in now.

Changed in ubuntu-women.org:
status: In Progress → Fix Committed
Changed in ubuntu-women.org:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.