From f053ce85b9b835a3553ae0ddf35aad6e5d44a28b Mon Sep 17 00:00:00 2001 From: nglk Date: Fri, 5 Mar 2021 18:19:05 +0100 Subject: [PATCH 1/4] z-index for popups --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 14d84df..6e8899a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -520,7 +520,7 @@ color: #d81159; max-height: 500px; border: 1px solid black; padding: 2%; - z-index: 5; + z-index: 10; font-family: 'Vesper Libre', serif; font-size: 16px; overflow-y: scroll; From 3c9cbdff808459ae47f2c98a78f68409419a6785 Mon Sep 17 00:00:00 2001 From: nglk Date: Fri, 5 Mar 2021 18:19:43 +0100 Subject: [PATCH 2/4] main audio to mp3 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 495cc3c..7262d5a 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ From a3c9e4224c9b3d511212331b6a5f30e6d856f4ec Mon Sep 17 00:00:00 2001 From: nglk Date: Fri, 5 Mar 2021 18:26:30 +0100 Subject: [PATCH 3/4] fa-stop --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7262d5a..d4c4ebd 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Folklore literature

Islamic Mysticism

Contemporary poets

-

Contemporary musicians

+

Contemporary musicians

From bf29f055057b0105e2c64177e5c58fb64c3876dc Mon Sep 17 00:00:00 2001 From: nglk Date: Fri, 5 Mar 2021 18:27:52 +0100 Subject: [PATCH 4/4] no hover in box4 --- static/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6e8899a..98cf20b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -233,9 +233,6 @@ a :hover { cursor: pointer; } -#box4:hover { - cursor: pointer; -} .map_legend p { padding-left: 5px;