From 82bfe3b47948ccb8db48790b88a2ccbb3d1a4ee5 Mon Sep 17 00:00:00 2001 From: "Felix A. Epp" Date: Sun, 22 Jan 2017 00:52:56 +0100 Subject: [PATCH 1/2] Fix gap by filter svg and empty search message overflow Signed-off-by: Felix A. Epp --- settings/css/settings.css | 10 ++++++++++ settings/templates/apps.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 557395c571..0c8dd83a15 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -492,6 +492,12 @@ input.userFilter {width: 200px;} /* APPS */ +#app-content > svg { + float: left; + height: 0; + width: 0; +} + .appinfo { margin: 1em 40px; } #app-navigation .appwarning { background: #fcc; @@ -542,6 +548,10 @@ span.version { flex-wrap: wrap; align-content: flex-start; } +#apps-list.hidden { + display: none; +} + #apps-list .section { position: relative; flex: 0 0 auto; diff --git a/settings/templates/apps.php b/settings/templates/apps.php index a4b08f1169..438b25b5e1 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -150,7 +150,7 @@ script(
- +
From 927f04418d4d29eed3885bbc078867477650c01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 23 Jan 2017 15:40:54 +0100 Subject: [PATCH 2/2] Add class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.css | 2 +- settings/templates/apps.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 0c8dd83a15..9ac71fd85a 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -492,7 +492,7 @@ input.userFilter {width: 200px;} /* APPS */ -#app-content > svg { +#app-content > svg.app-filter { float: left; height: 0; width: 0; diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 438b25b5e1..80689237e6 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -150,7 +150,7 @@ script(
- +