jquery-sked-tape
jquery-sked-tape copied to clipboard
Time slot dashes to be every 10 mins stead of 15mins
how can I change the display so the grey dashes are every 10 mins instead of 15 min?
There maybe a more efficient way, but i did this by editing the jquery.skedTape.css file lines 311, 312, and 314
.sked-tape__grid > li
line 311: add two extra gradients: linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px) line 312: add two extra line sizes: 1px 100%, 1px 100% line 314: change from background-position: 0 0, 100% 0, 25% 0, 50% 0, 75% 0; to background-position: 0 0, 100% 0, 16.6666% 0, 33.332% 0, 49.998% 0, 66.664% 0, 83.333% 0;