Ticket #10010 (confirmed Bug)
The user registration fields widget at @@member-registration is ugly
Reported by: | dukebody | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Templates/CSS | Version: | 4.2 |
Keywords: | zope | Cc: | khink, vangheem |
Attachments
Change History
comment:2 Changed 6 years ago by kleist
An easy fix could be to use unicode arrow glyphs: http://www.alanwood.net/unicode/arrows.html
comment:3 Changed 6 years ago by dukebody
Could we register a (higher priority) widget, based on Zope's one, so we can modify and style it freely without disturbing others?
comment:6 Changed 6 years ago by cwainwright
- Owner set to cwainwright
- Status changed from new to assigned
comment:7 Changed 6 years ago by cwainwright
- Owner cwainwright deleted
- Status changed from assigned to new
I'm not sure how to go about modifying the zope form template (zope.app.form.browser.orderedSelectionList.pt), but below is some CSS that makes the widget look a little nicer. Also, I agree with dukebody, I think the buttons should use actual arrows: → ← ↑ ↓
/* widget on @@member-registration */ .ordered-selection-field { margin-top: 1em; } .ordered-selection-field select { padding-left: 5px; height: 200px; width: 200px; } .ordered-selection-field button { font-size: 100%; margin: 0 10px 10px; }
comment:11 Changed 6 years ago by hannosch
- Milestone changed from 4.0 to 4.x
The widget is definitely ugly. There's some plan to rewrite all control panels with z3c.form for Plone 4.1, so maybe its not worth to spent all too much time on the old formlib widgets.
comment:13 Changed 4 years ago by kleist
- Status changed from new to confirmed
- Version set to 4.2
Still Ugly.
comment:15 Changed 3 years ago by vangheem
FWIW, plone.app.widgets has a new widget that will address this.