adrian Posted February 12, 2015 Posted February 12, 2015 It might be considered a small thing, but I'd prefer to see the "Columns of Checkboxes" setting result in: 1 6 2 7 3 8 4 9 5 10 rather than what is currently does, which is: 1 2 3 4 5 6 7 8 9 10 Does anyone else have any thoughts on this? Maybe it should be an option for one way or the other? 3
Soma Posted February 12, 2015 Posted February 12, 2015 I don't think this will be easy It's because it's simple with its modularity and just a floating, but the other one would be errrhm...
LostKobrakai Posted February 12, 2015 Posted February 12, 2015 How about a little "progressive enhancement" and using flexbox: http://jsfiddle.net/gwp7u69f/ ? 1
renobird Posted February 12, 2015 Posted February 12, 2015 It's more complicated for sure, but seems like it could be done. Create x number of floated/inline-blocked containers (based on columns defined in field settings). Count the number of total checkboxes. Round to whole numbers for each container.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now