aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-24 01:19:30 +0300
committerRblSb <msrblsb@gmail.com>2020-02-24 01:19:30 +0300
commitc561fb9e2e42e4968f2b48cd535f208e90f8c12c (patch)
tree0c7e1ffc99744aabbb240864b371b9555a611d92 /res
parent113b06e895f5dc752e8393c2a4f3f1669a7d0aab (diff)
More playlist and video control
Diffstat (limited to 'res')
-rw-r--r--res/css/des.css3
-rw-r--r--res/css/mobile-view.css3
-rw-r--r--res/langs/en.json2
-rw-r--r--res/langs/ru.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/res/css/des.css b/res/css/des.css
index e1f960b..e3f81bd 100644
--- a/res/css/des.css
+++ b/res/css/des.css
@@ -185,6 +185,9 @@ src:url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/fonts/gl
.glyphicon-link:before {
content:"\e144"
}
+.glyphicon-ok:before {
+ content:"\e013"
+}
.glyphicon-sort:before {
content:"\e150"
}
diff --git a/res/css/mobile-view.css b/res/css/mobile-view.css
index a23b963..596dcde 100644
--- a/res/css/mobile-view.css
+++ b/res/css/mobile-view.css
@@ -54,9 +54,6 @@
padding-bottom: 0;
margin-bottom: 0;
}
-.mobile-view #footer {
- display: none;
-}
@media (max-width:799px) {
.navbar {
diff --git a/res/langs/en.json b/res/langs/en.json
index 87f7d84..5fa5d53 100644
--- a/res/langs/en.json
+++ b/res/langs/en.json
@@ -54,6 +54,8 @@
"acceptableEmbedCodesAre": "Acceptable embed codes are",
"customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED",
"save": "Save",
+ "clearPlaylistConfirm": "Are you sure you want to clear the playlist?",
+ "shufflePlaylistConfirm": "Are you sure you want to shuffle the playlist?",
"yes": "Yes",
"no": "No",
diff --git a/res/langs/ru.json b/res/langs/ru.json
index e13a6d5..f9944d1 100644
--- a/res/langs/ru.json
+++ b/res/langs/ru.json
@@ -54,6 +54,8 @@
"acceptableEmbedCodesAre": "Можно добавить видео с тегами",
"customEmbedsCannotBeSynchronized": "СИНХРОНИЗАЦИЯ БУДЕТ НЕДОСТУПНА",
"save": "Сохранить",
+ "clearPlaylistConfirm": "Вы уверены что хотите очистить плейлист?",
+ "shufflePlaylistConfirm": "Вы уверены что хотите перемешать плейлист?",
"yes": "Да",
"no": "Нет",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage