Opened 15 years ago
Closed 15 years ago
#13134 closed defect (bug) (fixed)
Menus admin styling adjustments
Reported by: | filosofo | Owned by: | filosofo |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
From Jane on IRC:
- slidedown with arrow instead of edit/delete links
- make right column wider width so it doesn't have to change on expansion (or fluid, whatever)
- styling for the settings bit at top of right column
- not default to search
- are we doing most recent for pages? for both pages and cats it might be more useful than most used, b/c they'll likely go there when they add a new one, to add to menu
- can height of the modules on left column be determined by content rather than min height?
Attachments (14)
Change History (39)
#3
@
15 years ago
Patch of what I have so far.
- Right column is fluid, with a max-width of 600
- "height of the modules on left column determined by content rather than min height"
- Arrows appear permanently on add item boxes (instead of only on hover).
- (JS) Add menu item boxes slide up and down instead of instantly expanding/contracting. The second patch has a faster expansion speed.
#4
@
15 years ago
Fixed bug where add menu item boxes required two clicks to open & wouldn't save open/closed state.
#8
@
15 years ago
I'm going to put this in a separate ticket because it needs a backend API change:
- are we doing most recent for pages? for both pages and cats it might be more useful than most used, b/c they'll likely go there when they add a new one, to add to menu
#10
@
15 years ago
- Cc ocean90@… added
Some small things from me:
- change the button text of the + tab to Create Menu
- add no opacity to the menu-item-settings section
- remove max-width: 600px; (or increase) from #menu-management, it looks weird on widescreens
#23
in reply to:
↑ 9
@
15 years ago
Replying to ryan:
The text doesn't fully reflect the current actions you have to perform when creating a menu. As far as I can tell you have to save the menu before you can add items to it, the instructions seem to suggest that you can type in a name and start adding items immediately and after that click save.
To this effect small patch to change the button text to "Create Menu" on the plus tab and a few minor changes to instructions.
Not a major issue, but I think that strings for menus need to be completed soon for translators.
Also, we should assign the right column a max/fixed width so it doesn't fly to the bottom of the page when you edit an item (it's quite confusing, I know from experience!).