From 48f3e5c895d122df62957138424a1103e0acd5bf Mon Sep 17 00:00:00 2001 From: Karl <Karl Hasselbring> Date: Fri, 7 Oct 2016 08:16:38 +0200 Subject: [PATCH] =?UTF-8?q?Die=20Bilderergebnisse=20haben=20das=20Hoster?= =?UTF-8?q?=20Label=20jetzt=20bei=20:hover=20=C3=BCber=20dem=20Bild=20ange?= =?UTF-8?q?zeigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/styleResultPage.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index 60357a02c..b25f41104 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -6,6 +6,17 @@ color: #FFFFFF; } +.hostlabel { + display: none; + position: relative; + margin-top: -14px; + background-color: #333; +} + +.img:hover .hostlabel { + display: block; +} + .row { margin: 10px 15px; margin-top: 0; -- GitLab