diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-29 01:12:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | b5a9c4e4554136c437a8d90a36e51e1fbc414eed (patch) | |
tree | 311274642f09fa0bc37c2d5c39c7dcbb617cf335 /settings/css | |
parent | 6e5f0e0d9db35fcda3333539bf0935381396d3d2 (diff) | |
download | nextcloud-server-b5a9c4e4554136c437a8d90a36e51e1fbc414eed.tar.gz nextcloud-server-b5a9c4e4554136c437a8d90a36e51e1fbc414eed.zip |
fix sizing and alignment of your app list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 6 insertions, 4 deletions
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 { |