Having seen a more than a few IBM Content Navigator / Case Manager customization’s, i noticed almost every solution i encountered has responsiveness problems. Now, while it might be the result of the team composition (focus on backend development), i personally think it’s due to DoJo, lacking a nice layout framework, such as the grid system i love from Bootstrap.
Now, after googling a bit i finally came across flexboxgrid. A pure CSS system relying on the flex display property, that compared to other grid frameworks i came across doesn’t collide with any of the existing DoJo or ecm css/javascript.
Want to use it? Simply add the flexboxgrid.css to a ICN plugin, and you’re ready!
How to Add External CSS file into plugin. It Can accomodate only one CSS file
Hi Sachin, apologies for the late reply, i totally missed the notification.
Anyway, you can use your plugin-css file to reference other css files with the @import statement. The @import should be on top of the css file to work.
For example:
@import url(“flexboxgrid.css”);