In #2472419: Use core CSS for admin UI filter/processor stages columns, we discuss using Core's CSS from #2471791: Improve the CSS layout framework for Drupal's admin interface for the three-column layout for stages in the "Processors" tab. However, since that doesn't seem to go anywhere in the foreseeable future, for now we should just fix the CSS to the best we can manage.
My suggestion from the other issue:
.search-api-stage-wrapper.form-item {
width: 32.66%;
box-sizing: border-box;
}
.search-api-stage-wrapper.form-item:last-child {
margin-right: 0;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2794093-6--processor_weights_css.patch | 797 bytes | drunken monkey |
Comments
Comment #2
kamalrajsahu21 commentedHere is the patch for the same. Please check it.
Comment #4
drunken monkeyThanks for your work!
However, please create patches relative to the project's root directory, so Git (and the d.o test bot) can apply them correctly.
Also, instead of appending those definitions at the end, they should replace (part of) the existing definitions for the processor stages.
Comment #5
borisson_Reroll attached.
Comment #6
drunken monkeyThanks for the corrected patch!
However, this still didn't replace the old definitions. Here is a revision with my (improved) suggestions, and it seems to work great (at least under Linux on Firefox and Chromium).
Comment #7
borisson_Comment #9
drunken monkeyGood to hear, thanks for testing/reviewing!
I guess if it doesn't work correctly on some browsers, people will come and complain. So, committed.
Thanks again, everyone!