From b5a9c4e4554136c437a8d90a36e51e1fbc414eed Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 29 Mar 2017 01:12:46 +0200 Subject: fix sizing and alignment of your app list Signed-off-by: Jan-Christoph Borchardt --- settings/css/settings.css | 10 ++++++---- settings/templates/apps.php | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'settings') diff --git a/settings/css/settings.css b/settings/css/settings.css index 62875997467..fb39bc410f7 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -755,22 +755,24 @@ form.section { #apps-list.installed .section > *{ display: table-cell; - width: auto; - height: 3em; + height: initial; vertical-align: middle; float: none; border-bottom: 1px solid #eee; - padding: .5em 1em; + padding: 6px; box-sizing: border-box; } #apps-list.installed .app-image { - text-align: center; + width: 44px; + text-align: right; opacity: .5; } #apps-list.installed .app-image-icon svg { margin-top: 5px; + width: 20px; + height: 20px; } .installed .actions { diff --git a/settings/templates/apps.php b/settings/templates/apps.php index e102d87afaa..224092d9ae5 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -33,16 +33,16 @@ script(