table input.fluid in core.css sets width to auto, which makes multi value node reference fields far too short.
Here is my quick fix but I have not fully tested that it doesn't cause other ill effects.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | rubik-table_input_fluid-944534-10.patch | 853 bytes | wbobeirne |
| #6 | rubik-table_input_fluid-944534-5.patch | 852 bytes | codi |
| #1 | rubik-table_input_fluid-944534.patch | 371 bytes | tirdadc |
| rubik-table_input_fluid.patch | 390 bytes | agileware |
Comments
Comment #1
tirdadc commentedSetting it to 97% works better though. Thanks for the fix.
Comment #2
jeffschulerWhy 97% ?
input.fluidis set to width:100% in the previous declaration. Does it need to be shorter when in a table?The original patch applies and is working for me in 7.x-4.0-beta8.
Comment #3
devonwarren commentedPatch works for me in 4.0-beta8 as well. I am using the node reference field from the references module (7.x-2.0) on Chrome 19 btw.
Comment #4
victoriachan commentedThanks, patch works for me, and I've not noticed any ill effects. Perhaps it can committed?
Comment #5
codi commentedI've re-rolled the patch to work with the dev branch. Removed the width:auto on the input and added 10px of padding around the table cells to bring the white space around it inline with other fields.
Reviewed by co-workers.
Comment #6
codi commentedSorry, patch attached.
Comment #7
jeffschulerNeeds community review.
Comment #8
cesarmiquel commentedTested on Linux with Chrome Version 21.0.1180.79 and everything works ok. Had the same issue with Rubik.
Comment #9
wbobeirne commentedBefore: http://cl.ly/image/3T3j0V2V1b45
After: http://cl.ly/image/1S1A1w1k0O1l
Not sure I like the padding (I got used to that cramped look), but it does as advertised.
Comment #10
wbobeirne commentedHaving an issue where #5 is not applying on CentOS 6.3, some issue with line #33 which looks malformed somehow. Attaching a patch that shouldn't have that issue.
Comment #11
othermachines commented#10 reviewed and confirmed working. Thanks!
Wow, just realized this issue is 2-1/2 years old.
Comment #12
haydeniv commentedCommitted: e4d0752
Thanks!