Used Zammad installation source: (source, package, …) package
Operating system: CentOS 7
Browser + version: Chrome v67
Hello,
I want to change the way an opened ticked is displayed to fit our needs.
Can someone give me a hint where to start this? Is there any way to add inline styling?
My first goal is to resize the article and fields columns (wider fields column for better visibility).
Below a sample of what I want to achieve:
If I were you, I would not change the generated HTML-Content with other classes. This is not update save and might give you more headache as you really want to get.
Should be somewhere in /opt/zammad/app/, but I really do not know what is dynamic and what cna be “safely” changed without nuking zammad.
FYI:
I went for the edit of .eco templates in /opt/zammad/app/assets/javascripts/app/views and other sub directories. After that: zammad run rake assets:precompile and everything looks ok.
I did this on a test environment, nothing looks broken for now.