diff --git a/index.php b/index.php
index 80963fff..92a480d3 100755
--- a/index.php
+++ b/index.php
@@ -25,6 +25,13 @@
/
+
+ -
+
+ -
+
+
+
-
@@ -54,14 +61,6 @@
-
-
@@ -103,8 +102,8 @@
votes
-
diff --git a/static/css/style.css b/static/css/style.css
index 99c775e3..ed83dcc7 100755
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -251,6 +251,18 @@ hide mdi-action-visibility mdi-action-visibility-off
background-color: rgba(0,0,0,0.4);
}
+.list-remove{
+ margin-top: 5px;
+ font-size: 12px;
+ height: 30px;
+}
+
+#del{
+ height: 100%;
+ line-height: normal;
+ padding-top: 8px;
+}
+
.result {
border-bottom: solid 1px #E5E5E5;
text-align: left;
diff --git a/static/js/admin.js b/static/js/admin.js
index cc999931..a484728f 100755
--- a/static/js/admin.js
+++ b/static/js/admin.js
@@ -50,7 +50,7 @@ socket.on("pw", function(msg)
refresh_scroll();
localStorage.setItem("passord_i_klartekst_lol", msg);
- Materialize.toast("Correct Password. You are now admin", 4000);
+ Materialize.toast("Correct password. You now have access to the sacred relam of The Admin.", 4000);
});
socket.on(chan.toLowerCase()+",conf", function(msg)
diff --git a/static/js/youtube.js b/static/js/youtube.js
index 55ea4d42..2b4e2e1b 100755
--- a/static/js/youtube.js
+++ b/static/js/youtube.js
@@ -202,11 +202,11 @@ function getTitle(titt, v)
var title= decodeURIComponent(titt);
document.title = title + " • Zöff";
if(!window.mobilecheck()){
- document.getElementById('search').placeholder = title + " • " + v + " " + outPutWord;
+ document.getElementById('song-title').innerHTML = title + " • " + v + " " + outPutWord;
}else
{
document.getElementById("mobileTitle").innerHTML = title;
- document.getElementById('search').placeholder = "Search • 1 " + v + " " + outPutWord;
+ document.getElementById('song-title').innerHTML = "Search • 1 " + v + " " + outPutWord;
//document.getElementById("viewers").innerHTML = viewers[5].length + " " + outPutWord;
}
}