summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 13:51:43 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 20:07:53 +0200
commit79c706c2897e409cf3636ed778582067e8247d9b (patch)
tree34ee600541827d79c9bce1664d118ec6a087ad8a /settings/css
parent1da371b69f8eb9020b9d98731a52a01b6410a03d (diff)
downloadnextcloud-server-79c706c2897e409cf3636ed778582067e8247d9b.tar.gz
nextcloud-server-79c706c2897e409cf3636ed778582067e8247d9b.zip
Fix bundles header position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index b75b4298aee..0a1d4e046fe 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -526,13 +526,13 @@ input.userFilter {width: 200px;}
}
#apps-list .apps-header div {
display: table-cell;
- height: 50px;
+ height: 70px;
}
#apps-list .apps-header h2 {
display: table-cell;
position: absolute;
- bottom: 0;
padding-left: 6px;
+ padding-top: 15px;
}
#apps-list .apps-header h2 .enable {
position: relative;