diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 12:41:54 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-26 20:07:53 +0200 |
commit | 1da371b69f8eb9020b9d98731a52a01b6410a03d (patch) | |
tree | 9b9c8a2909a94e66190b0b2a591c15bcf8ebd99b /settings/css | |
parent | b9ebdba7eb16dfddc5ec6bd7bd8ed1b170aab1f3 (diff) | |
download | nextcloud-server-1da371b69f8eb9020b9d98731a52a01b6410a03d.tar.gz nextcloud-server-1da371b69f8eb9020b9d98731a52a01b6410a03d.zip |
Style app bundles
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index d22a729e724..b75b4298aee 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -520,18 +520,28 @@ input.userFilter {width: 200px;} /* APPS */ /* Bundle header */ -#apps-list > h2 { - display: block; - width: 100%; - margin-top: 50px; - margin-left: 50px; - font-weight: 600; +#apps-list .apps-header { + display: table-row; + position: relative; +} +#apps-list .apps-header div { + display: table-cell; + height: 50px; } -#apps-list > h2 .enable { +#apps-list .apps-header h2 { + display: table-cell; + position: absolute; + bottom: 0; + padding-left: 6px; +} +#apps-list .apps-header h2 .enable { position: relative; top: -1px; margin-left: 12px; } +#apps-list .apps-header h2 + .section { + margin-top: 50px; +} #app-content > svg.app-filter { float: left; @@ -539,7 +549,7 @@ input.userFilter {width: 200px;} width: 0; } -#app-category-disabled { +#app-category-app-bundles { margin-bottom: 20px; } @@ -572,6 +582,10 @@ span.version { border-radius: 3px; padding: 3px 6px; } +.app-level a { + padding: 10px; + white-space: nowrap; +} .app-level .official { border-color: #37ce02; background-position: left center; @@ -751,6 +765,7 @@ form.section { display: table; width: 100%; height: auto; + margin-bottom: 100px; } #apps-list.installed .section { |