Opened 14 years ago
Closed 14 years ago
#15308 closed defect (bug) (fixed)
Miscellaneous Admin Bar Issues
Reported by: | filosofo | Owned by: | filosofo |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
From the Nov 3 #wordpress-dev chat comments by Jane Wells:
- there is a hover state for the right-facing arrow after gravatar
- having the gravatar pont to the username seems weird, they are the same adin section maybe we should rethink that
- the widths of the subs make it look wonky (wider/narrower than the mains)
- we should probably change New Content label to just Add New, consistent with admin links in backend
Attachments (8)
Change History (37)
#7
@
14 years ago
The update count appears blurry for me on Linux and on Windows.
The above patch removes text-shadow from the update-count span.
@markjaquith:
You did not adapt the hover colors. :-)
#9
@
14 years ago
I think that a post type should also be publicly_queryable to be listed in the Add New. Ryan agreed but I wanted to post here first.
Reasoning: It's not something viewable on the front end, so why should it be on the admin bar and thus accessible from the front end?
This affects my Log Deprecated Notices plugin, but I don't need this change as I use show_in_menu !== true. That said, the change does have decent reasoning.
#10
@
14 years ago
I think the attribute title for available updates (x Plugin Updates, y Theme Updates) should encompass the whole Updates item, not just the count bubble.
I attach a patch to explain what I mean.
(If we do that, we will also have to reposition an ID, and also do some CSS tweaking as well.)
#15
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Ended up testing my own patch then committing that one, and it doesn't work due to a missing class. Fixing.
#17
@
14 years ago
Of course the commit hook would fail for this one.
Admin bar styling improvements.
- Ensure there isn't a text shadow for update and comment counts.
- Hide zero count of pending comments via PHP, not CSS.
- Show the update title attribute across the entire menu item, props demetris.
- Let the CSS breathe a little.
#19
@
14 years ago
I will start to clean up the Admin Bar CSS a little bit. One by one and 15308.clean.css.patch is the first one. It removes unused code and lets the CSS breathe more. ;-)
#21
@
14 years ago
With [16852], the debug menu (from the debug-bar plugin) is no longer placed on the right after the search box. Perhaps the plugin needs an update.
#22
@
14 years ago
Looks like the plugin makes us of the ab-sadmin class. The plugin needs an update.
#23
@
14 years ago
Perhaps we need a generic ab-float-to-the-end type class that goes right for LTR and left for RTL.
#25
@
14 years ago
15308.rtl.patch removes the search input value Search (repetition and seems like a remnant from wp.com) and improves RTL styling.
#27
@
14 years ago
15308.blogname.patch: $blog->domain should be shorten too when $blog->blogname is empty, also revert back to 15 characters, my mistake.
misc-admin-bar-quirks.15308.diff
It doesn't do anything about the gravatar pointing to the username, as complained about in the second bullet OP.