From c617ea58a0158fc5659774eedccb0b6f465f1f4b Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 8 Feb 2019 12:23:01 +0100 Subject: Render additional embedded audios from links on extended audio search --- htroot/env/base.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'htroot/env') diff --git a/htroot/env/base.css b/htroot/env/base.css index 3cd0e750e..fd11056e1 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1110,6 +1110,22 @@ div#tagcloud { color: #ff8c00; } +.embeddedAudios { + /* Remove bootstrap ul bottom margin so that there is no interval with the expandable list */ + margin-bottom: 0px; +} + +/* Button to expand/collapse audio results beyond the initial number of elements display limit */ +.expandAudiosBtn[aria-expanded="true"] .glyphicon:before { + /* Repeated same char as in the glyphicon-chevron-left class */ + content: "\e079\e079"; +} + +.expandAudiosBtn[aria-expanded="false"] .glyphicon:before { + /* Repeated same char as in the glyphicon-chevron-right class */ + content: "\e080\e080"; +} + /******* yacysearch.html end ***********/ /******* yacysearchtrailer.html ********** -- cgit v1.2.3