Hi, any chance there is a cheat sheet somewhere with the basic CSS class selectors that we can modify?
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
Agree that would be useful - also the possibility of having some presets something like the new GMail Comfortable | Cozy | Compact options. It would be brilliant if when those options were selected then it wrote the CSS into the text area for further tweaking by us control freaks
ReplyDeleteHi,
ReplyDeleteUnfortunately, we don't have such a cheat sheet. Indeed, this is "Advanced" styling. I suppose, you may want to vote for this issue: http://checkvist.uservoice.com/forums/2121-general/suggestions/128817-allow-global-styling-by-the-user
No estimates, though, sorry.