Hi Frank..
user-styles.css is already exists in the tasklist app
In case of tomcat distribution, it is in the path
webapps\camunda\app\tasklist\styles
On Monday, 23 February 2015 16:42:28 UTC+3, Frank Bitzer wrote:
> Thank you!
>
> Looks like what I was looking for. However one question remains: where to put the user-style.css within the source files of my project (Maven)? src/main/webapp/app/... or src/main/app/... or ...?
>
>
> Cheers
> Frank
>
> On Friday, February 20, 2015 at 9:51:37 PM UTC+1, Frank Bitzer wrote:
> Hi there,
>
>
> I'm using simple HTML task forms. Instead of having to write <div style="..." ... each and every time I want to use CSS classes and externalize the style in a .css file.
>
>
> Where to put the "style.css" file?How do I import/reference it within the task form? (there is no <head> section and hence no possibility to place a <link rel="stylesheet")