From 3e0636646039d5ec68d28c70063f2549a0377502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de> Date: Wed, 7 Jun 2017 09:37:37 +0200 Subject: [PATCH] Heterogene View: Werbungs-Fix --- public/css/material-default.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/material-default.css b/public/css/material-default.css index 3392266ef..24f0a513e 100644 --- a/public/css/material-default.css +++ b/public/css/material-default.css @@ -117,7 +117,10 @@ body { .result-source { display: none; - +} + +.ad .result-source { + display: block; } .result-source a { @@ -259,7 +262,7 @@ li .focus-cell:hover { padding-left: 0px; } -@media (max-width: 330px) { /*fĆ¼r sehr kleine mobile Viewports (z.B. iPhone 5S)*/ +@media (max-width: 330px) { /*fĆĀ¼r sehr kleine mobile Viewports (z.B. iPhone 5S)*/ .result-action { font-size: 13px; } -- GitLab