Closed Bug 960904 Opened 11 years ago Closed 11 years ago

Allow number pickers that don't stretch the full width in <setting>

Categories

(Toolkit :: Add-ons Manager, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla29

People

(Reporter: darktrojan, Assigned: darktrojan)

Details

Attachments

(2 files)

Attached image This is silly.
I'm going to set the flex on the <textbox> by CSS instead of an attribute (unless there's a size attribute), and inherit the size attribute from the <setting>.
Attached patch 960904-1.diffSplinter Review
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Attachment #8361584 - Flags: review?(bmcbride)
Attachment #8361584 - Flags: review?(bmcbride) → review+
Comment on attachment 8361584 [details] [diff] [review] 960904-1.diff >+setting[type="integer"]:not([size]) textbox { >+ -moz-box-flex: 1; >+} I see nobody fusses over descendant selectors any more. Suggestions: textbox:not([size]) textbox[type="number"]:not([size]) setting[type="integer"] > hbox > textbox:not([size])
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: