diff --git a/res/static/res/img/header_neuropol.png b/res/static/res/img/header_neuropol.png new file mode 100644 index 0000000..dfc0ef7 Binary files /dev/null and b/res/static/res/img/header_neuropol.png differ diff --git a/res/static/res/img/header_neuropol.xcf b/res/static/res/img/header_neuropol.xcf new file mode 100644 index 0000000..780fcbb Binary files /dev/null and b/res/static/res/img/header_neuropol.xcf differ diff --git a/res/static/res/script/ListNavigator.js b/res/static/res/script/ListNavigator.js index 3fdda6c..fab42c2 100644 --- a/res/static/res/script/ListNavigator.js +++ b/res/static/res/script/ListNavigator.js @@ -169,22 +169,21 @@ var ListNavigator = { } // Add the list download button to the toolbar - // var btnDownloadList = document.createElement("button"); - // btnDownloadList.setAttribute("id", "btnDownloadList"); - // btnDownloadList.setAttribute("class", "toolbar-button"); - // btnDownloadList.setAttribute("onClick", "Toolbar.downloadList();"); + var btnDownloadList = document.createElement("button"); + btnDownloadList.setAttribute("id", "btnDownloadList"); + btnDownloadList.setAttribute("class", "toolbar_button button_full_width"); + btnDownloadList.setAttribute("onClick", "Toolbar.downloadList();"); - // var btnDownloadListImg = document.createElement("img"); - // btnDownloadListImg.setAttribute("src", "/res/img/floppy_small.png"); - // btnDownloadListImg.setAttribute("alt", "Download List"); + var btnDownloadListImg = document.createElement("img"); + btnDownloadListImg.setAttribute("src", "/res/img/floppy_small.png"); + btnDownloadListImg.setAttribute("alt", "Download List"); - // var btnDownloadListText = document.createElement("span"); - // btnDownloadListText.innerHTML = " All Files"; + var btnDownloadListText = document.createElement("span"); + btnDownloadListText.innerHTML = " All Files"; - // btnDownloadList.appendChild(btnDownloadListImg); - // btnDownloadList.appendChild(btnDownloadListText); - - // $("#btnDownload").after(btnDownloadList); + btnDownloadList.appendChild(btnDownloadListImg); + btnDownloadList.appendChild(btnDownloadListText); + $("#btnDownload").after(btnDownloadList); // Add the shuffle button to the toolbar var btnShuffle = document.createElement("button"); diff --git a/res/static/res/style/layout.css b/res/static/res/style/layout.css index c8c63a1..998354a 100644 --- a/res/static/res/style/layout.css +++ b/res/static/res/style/layout.css @@ -60,12 +60,12 @@ html{ width: 100%; height: auto; padding: 0px 8px 0px 8px; - box-sizing: border-box; + box-sizing: border-box; background-color: #242424; margin-top: 30px; margin-bottom: 30px; text-align: left; - box-shadow: #000 8px 8px 50px; + box-shadow: #000000 8px 8px 50px 5px; z-index: 1; word-break: break-word; } diff --git a/res/template/home.html b/res/template/home.html index eafdcb3..ea11569 100644 --- a/res/template/home.html +++ b/res/template/home.html @@ -34,7 +34,7 @@
-