From 9c0d84d2adedd9a6bd56ace543e0fe18a8af688a Mon Sep 17 00:00:00 2001 From: jcorporation Date: Tue, 27 Nov 2018 13:05:51 +0000 Subject: [PATCH] Feat: interface for advanced search --- htdocs/css/mympd.css | 4 + htdocs/index.html | 31 +++++--- htdocs/js/mympd.js | 173 +++++++++++++++++++++++++++++++++++++++++-- src/mpd_client.c | 15 +++- src/mpd_client.h | 1 + 5 files changed, 204 insertions(+), 20 deletions(-) diff --git a/htdocs/css/mympd.css b/htdocs/css/mympd.css index 7adb189..7609311 100644 --- a/htdocs/css/mympd.css +++ b/htdocs/css/mympd.css @@ -321,3 +321,7 @@ div.key { heigth: 20px; text-align: center; } + +ol#searchCrumb { + padding: .5rem; +} \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index 7dde786..fc506b8 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -142,7 +142,7 @@ -
+
@@ -164,9 +164,9 @@
-
+
- @@ -517,17 +517,26 @@
-