colibris: style timeslider page

This commit is contained in:
Sebastian Castro 2018-11-08 21:56:39 +01:00
parent 8343afde84
commit 39ad22f78f
5 changed files with 177 additions and 26 deletions

View file

@ -1,6 +1,6 @@
function customStart()
{
//define your javascript here
//jquery is available - except index.js
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
console.log("custom start", $('#timeslider-wrapper').length);
// inverse display order betwwen slidebar and titles
$('#timeslider-wrapper').appendTo('#timeslider-top');
}