Open luiggisanso opened 4 years ago
I love this. Trust me, we would love to have the checkboxes at the beginning of the line. It is on my list to have it do that. Possibly by re-writing the renderer. I am not sure the best approach. If this css trick works I will consider using it in a future release. Please know that our schools are closed due to COVID-19. I am working from my basement. Out top priority is supporting our teachers working from home right now. I love your willingness to share these awesome improvements!!!
PS. Initial testing on my dev site looks really nice! I'll be honest, after so many years of seeing it on the right side it makes my brain hurt to see it on the left. lol. Great job. This looks like a winner with just a few minutes of testing.
Yes I understand, good luck for supporting. We are all in the same case I think...
Cheers.
PS WorkPlace have the left icon setting
I saw some demos of Workplace last summer and I really like their interface and layout.
I think having it on the left is the way to go. I might build it into a toggle in Fordson settings to activate or not activate the CSS. Give people a choice.
If things slow down for me I will implement this for the next release.
I might build it into a toggle in Fordson settings to activate or not activate the CSS. Give people a choice
I think it's the perfect choice !
Thank you. I think people will love this as an option.
FYI Be carfull with Tiles Format
And it's only for manual completion
Well...
With edit on...
Hope you'll be able to check this better than me ;-)
Cheers.
Ok just a temporary hack... (with indent)
// en mode édition on // .path-course-view.editing li.activity span.autocompletion img { float: left; margin-left: -110px; }
Really not perfect...
And fr tiles formt, it's the "margin-top: -30px;" which is too much...
Sorry, and good luck ;-)
Bye
Hi Chris
Do you have some news about it ?
Cheers.
I am afraid I couldn't get it stable enough in all scenarios to include.
no worries, I know it will work well one day ;-)
Hi Chris
I definitely love your theme but that's not objective... ;-)
But is it possible to change the alignment of the completion icons just in front of the activities/resources instead of at the end of the line?
I added this code in scss and it works: .section .activity .actions { position: relative; } .path-course-view li.activity span.autocompletion, .path-course-view li.activity form.togglecompletion { float: left; margin-left: -30px; margin-top: -30px; }
Thanks very for your great work.