diff --git a/img/notifications.png b/img/notifications.png new file mode 100644 index 0000000..98b65c7 Binary files /dev/null and b/img/notifications.png differ diff --git a/script.js b/script.js index feaadf8..2a5850b 100644 --- a/script.js +++ b/script.js @@ -24,6 +24,8 @@ const notifCountStr = document.getElementById("lblTask").innerText; const notifCount = parseInt(notifCountStr.split(" ")[2]); // Total task count const notifCountNew = parseInt(notifCountStr.split(" ")[5].slice(1)); // New task count +/* // Insert notification button const insertButton = document.getElementById("exitBtn"); insertButton.innerHTML = `
notifications${notifCountNew}
`; +*/ diff --git a/style.css b/style.css index d4ce6f9..5d998e2 100644 --- a/style.css +++ b/style.css @@ -153,8 +153,18 @@ img[id="Img3"] { border: none; } +label[for="chkWarrantee"] { + padding: 0.35em; +} + /* Fancy Notifications */ +/* +#div_task { + display: none; + visibility: hidden; +} + #newBtn { position: relative; } @@ -187,3 +197,18 @@ img[id="Img3"] { top: 0; right: 0; } +*/ + +/* Top bar */ + +#div_location { + /* position: relative; + width: 80%; */ +} + +#frmLocation { + /* position: absolute; + top: -40; + right: 370; */ +} +*/ \ No newline at end of file