Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #6333 - CSS float right for Admin Menu is not right justified on some browsers #1533

Closed
wants to merge 1 commit into from

Conversation

isratrade
Copy link
Member

No description provided.

@@ -51,6 +51,7 @@

.navbar-outer {
height: 25px;
padding-bottom:25px;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the contents are float right, the height is essentially ignored. By adding padding, the div now has a "height". This fix is not needed on Chrome browsers, but there is an issue on some Mozilla browsers.

Note, the minimum for the fix was padding-bottom:22px. I added an extra 3px so that the gravatar isn't touching the bottom border line. Is this is desired, then I can change from 25px to 22px.

@domcleal
Copy link
Contributor

Could you please provide more information on the bug report? I can't tell what I'm reviewing for from the description.

@isratrade
Copy link
Member Author

closing, not a bug.

@isratrade isratrade closed this Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants