From f52e7d336e6dd828e9d5d434bb80f00158904f97 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 4 Jun 2018 20:47:22 +0200 Subject: [PATCH] Improve popup title --- src/infodrom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/infodrom.css b/src/infodrom.css index d9b6bad..499f962 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -168,7 +168,7 @@ div.popup_title { top: 0px; width: 100%; background: #b0e2ff; - margin-top: -1em; + margin-top: 0em; margin-bottom: 0px; font-weight: bold; padding-top: 0px; @@ -178,6 +178,7 @@ div.popup_title { div.popup_title p { padding-left: 3px; padding-bottom: 0px; + margin-top: 0px; margin-bottom: -0.65em; cursor: move; } -- 2.20.1