Bug #1562
checkbox answers should be left aligned
Status: | Resolved | Start date: | 2016-02-11 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
surveyentry type="checkbox"
items answers should be left-aligned
currently they are centered
History
#1 Updated by Nicholas Jillings almost 9 years ago
I'd say left aligned looks worse than centre aligned. Core.js line 475 "this.popupResponse.align = 'center';" will handle that and you can see.
#2 Updated by Giulio Moro almost 9 years ago
I prefer it left aligned, but that's arguable I guess.
Definitely in case of left aligned we need some margins
#3 Updated by Nicholas Jillings over 8 years ago
- Status changed from New to In Progress
Markers are now left aligned. We need to dynamically align them such the overall position is central but the radios are aligned.
#4 Updated by Nicholas Jillings over 8 years ago
- Priority changed from Normal to High
#5 Updated by Nicholas Jillings over 8 years ago
- Status changed from In Progress to Resolved
Fixed in dev_main. The checkbox/radio entries are left aligned but the content is still central.