You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've identified a right-aligned navigation in the black bar as clearer (we have evidence of this, if curious I can find it), we have changed the black bar accordingly in v1.3:
This, however, looks awkward when going from v1.2/v1.1 pages to v1.3:
But we can easily make this consistent and better on older versions:
And the CSS:
v1.2: .masthead-black-bar ul { text-align: right; }
v1.1:
ul#global-nav { text-align: right; }
#local-masthead nav ul#global-nav li {
float: none;
display: inline-block;
}
The text was updated successfully, but these errors were encountered:
Not convinced that right hand side is clearer, first from global look&feel of the page and then from usage point of view, I have the feeling that separation between EBI links-left and EMBL links-right section was much simpler (and even more logic). Aggregating them on the right might create more confusion in particular mixing up homepage button for EBI and EMBL -EBI Hinxton button).
n.b. For others coming across this: There's a little bit of a conversation happening the black bar, how it ties in with the EMBL rebrand, and other things.
So this is on pause for the moment.
If you're interested in being a part of the conversation, just shout.
Now that we've identified a right-aligned navigation in the black bar as clearer (we have evidence of this, if curious I can find it), we have changed the black bar accordingly in v1.3:
This, however, looks awkward when going from v1.2/v1.1 pages to v1.3:
But we can easily make this consistent and better on older versions:
And the CSS:
.masthead-black-bar ul { text-align: right; }
The text was updated successfully, but these errors were encountered: