adrian Posted February 12, 2015 Share 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 Link to comment Share on other sites More sharing options...
renobird Posted February 12, 2015 Share Posted February 12, 2015 Yep. I've wanted that as well many times. Link to comment Share on other sites More sharing options...
Soma Posted February 12, 2015 Share 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... Link to comment Share on other sites More sharing options...
LostKobrakai Posted February 12, 2015 Share Posted February 12, 2015 How about a little "progressive enhancement" and using flexbox: http://jsfiddle.net/gwp7u69f/ ? 1 Link to comment Share on other sites More sharing options...
renobird Posted February 12, 2015 Share 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. Link to comment Share on other sites More sharing options...
Soma Posted February 12, 2015 Share Posted February 12, 2015 Yeah flexbox would make it a lot easier. 1 Link to comment Share on other sites More sharing options...
Christophe Posted September 19, 2015 Share Posted September 19, 2015 In case: http://juicedcss.com/. Link to comment Share on other sites More sharing options...
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