mr-fan Posted July 14, 2015 Share Posted July 14, 2015 Simple question on this topic is there a easy chance to get the field width setting be as choosed in the field settings? it seems that it would overwritten if there was empty space in a row? example with tree textfields i use on a columns template for a pagetable field: using actual ProcessWire 2.6.7 dev and three normal textfields without any magic set to 33% | 34% | 33 The user should not be confused by switching width's on different setting of number of columns. some screens added (lang is german but i think it's all clear) First actual state: Second like it should work: Third why it should work as mentioned in sceen 2 Best regards mr-fan Link to comment Share on other sites More sharing options...
mr-fan Posted July 15, 2015 Author Share Posted July 15, 2015 Ok solved - with a simple hack and the great AdminCustomFiles modules... ProcessPageEdit.css #wrap_Inputfield_text2 {width: 34%!important;} is there a reason why the data-original-width is overwritten with a inline style attribute with "filling" the width to 100%? regards mr-fan Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 15, 2015 Share Posted July 15, 2015 I think it's more suitable as default behavior to expand. It's looking more cohesive and sometimes one even doesn't want the user to notice the missing field. But I like the behavior more for two-column views. For three I'd rather have both columns expand the same size instead of only the second one expanding. 2 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