Somehow we missed aligning edit shortcuts to the middle, right now it draws to much attention by being mis aligned.
| Comment | File | Size | Author |
|---|---|---|---|
| #23 | shortcuteditlink.patch | 3.27 KB | casey |
| #18 | shortcuteditlink.patch | 3.16 KB | casey |
| #11 | shortcuteditlink.patch | 3.01 KB | casey |
| #1 | editshortcutsalign.png | 3.01 KB | Bojhan |
| align.editshortcuts.patch | 739 bytes | Bojhan |
Comments
Comment #1
Bojhan commentedComment #2
dries commentedWhile we're on the topic of the 'edit shortcuts' link -- shouldn't it be 'Edit shortcuts' (i.e. capital 'E') to be consistent with the other links?
Comment #3
Bojhan commentedI guess so yes, let me ask mark though - I recall seeing lowercase on his wireframes, his reasoning will help us make a decision.
Comment #4
David_Rothstein commentedThis definitely seems like an improvement, but on the other hand, the "edit shortcuts" link now looks like a bit like a shortcut itself... do we need some way to visually distinguish them?
About the capitalization, Drupal seems to not be very consistent here (in many many places "edit" links are explicitly lower-case) so sounds like it might be a separate issue...
Comment #5
markboulton commentedI'm thinking it should be 'Edit shortcut' as Dries suggested. Alignment in that grab looks good to me too. Visually distinguishing might be a good thing actually - it could be slightly smaller. I wouldn't want to draw too much attention to it simply because it will start competing with other elements.
Comment #10
Bojhan commentedOk, going for "Edit shortcuts" this is also far more consistent with the other links in the top bar, its already distinctive enough by its position.
Comment #11
casey commentedComment #12
mrfelton commentedPatch applied and tested... Looks good to me.
Comment #13
aspilicious commentedSame for me...
I don't think this needs extra documentation...
Comment #14
jbrown commentedIt is inconsistent that the link is Edit shortcuts, but the page that it links to has the title Customize shortcuts.
Comment #15
yoroy commentedGood point. Dashboard has a 'Customize' link as well. These are interactions of the same type: user specific customization. Should it be Customize here too?
Comment #16
yoroy commentedAlso, we did some design work on this and decided to go for the first option:
- normal state for this link has color #bbb,
- hover and active state for this link should be added and change the color to #fff
Comment #17
Bojhan commentedActually it shouldn't be customize on the other page, it should be Edit.
Comment #18
casey commentedComment #19
dries commentedI think it would help if we renamed the CSS ID to 'edit-shortcuts'. Then it follows the link name ... thoughts?
Comment #20
casey commentedDon't we have to use "{module}-{identifier}" style IDs and classes?
Shouldn't we use something like "shortcut-edit-toolbar"?
Comment #21
dries commentedEither work for me! :)
Comment #22
jhodgdonRegarding the word "Customize" as opposed to Edit, see also #677534: Customize still being used in place of Edit
Comment #23
casey commentedComment #24
mrfelton commentedWorks for me, tests pass and seems to address all the concerns mentioned herein so marking as RTBC.
Comment #25
dries commentedCommitted to CVS HEAD. Thanks.