Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Navbar's right most element's border is not visible #4190

Closed
ghost opened this issue Apr 24, 2012 · 2 comments
Closed

Navbar's right most element's border is not visible #4190

ghost opened this issue Apr 24, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 24, 2012

In JQM navbar the right margin for the right most nav bar element is not visible.
The jqm structure css file (line 634):

.ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn {
    border-right-width: 0;
}

causes this.

Solution:
Set border-right-width: 1px; for the last child in the nav bar node.

.ui-navbar ul li:last-child .ui-btn {
    border-right-width: 1px;
}
@MauriceG
Copy link
Contributor

Hi!
Seems to be a double of #4127

@toddparker
Copy link
Contributor

Yes, closing as duplicate of #4147

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants