From de999f43c057897f95ed229d449fcdd2845cdc35 Mon Sep 17 00:00:00 2001 From: fkloft Date: Fri, 29 Aug 2014 20:40:12 +0200 Subject: [PATCH] [portals-list] Fix filter on mobile --- plugins/portals-list.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/portals-list.css b/plugins/portals-list.css index 2abbc70e..cc7ed20c 100644 --- a/plugins/portals-list.css +++ b/plugins/portals-list.css @@ -94,3 +94,12 @@ font-size: 10px; } +#portalslist.mobile table.filter tr { + display: block; + text-align: center; +} +#portalslist.mobile table.filter th, #portalslist.mobile table.filter td { + display: inline-block; + width: 22%; +} +