#19271 closed defect (bug) (fixed)
Change "Close" on New Install Dashboard Welcome Area
Reported by: | jane | Owned by: | georgestephanis |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | UI | Keywords: | needs-patch |
Focuses: | Cc: |
Description
"Close" is a tab a la Screen Options and Help for some reason, instead of being a "x Dismiss" link like in pointers. This is deceptive/confusing since closing this area does not function like the slide down tabs that use that UI element. Let's switch it over to a text Dismiss with the preceding "x" we use on pointers and in Bulk Edit.
Attachments (7)
Change History (20)
#4
@
13 years ago
Seems to me you could take out the text shadow too. It looks weird, and inconsistent with the pointer.
#7
follow-up:
↓ 8
@
13 years ago
Chex --
margin: 1.6em 1em 1em 1.3em;
Is the 1.3 to provide space for the :before ? Otherwise, it may need to pop into RTL as well.
#8
in reply to:
↑ 7
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to georgestephanis:
Chex --
margin: 1.6em 1em 1em 1.3em;
Is the 1.3 to provide space for the :before ? Otherwise, it may need to pop into RTL as well.
its for the ULs, aligns them flush with the paragraph. and you're right. writing patch now.
#11
@
13 years ago
[attchment:19271.rtl-fixes.patch] should fix the RTL issues, but it doesn't do it right. Can't find the error, maybe somebody can continue it.
On it.