diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 01:17:58 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-26 20:07:52 +0200 |
commit | b2c16b0794ce0a8bedb41a160920a437de6036dd (patch) | |
tree | 77b35c6b15efbaee7db1f803b9cdb68e30e94ecd | |
parent | 0c5a48c4a416faf15b0282a93cf283966a0b7c18 (diff) | |
download | nextcloud-server-b2c16b0794ce0a8bedb41a160920a437de6036dd.tar.gz nextcloud-server-b2c16b0794ce0a8bedb41a160920a437de6036dd.zip |
Styling fixes to bundle header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 82f867ba529..d22a729e724 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -518,11 +518,19 @@ input.userFilter {width: 200px;} /* APPS */ + +/* Bundle header */ #apps-list > h2 { display: block; width: 100%; margin-top: 50px; - padding-left: 30px; + margin-left: 50px; + font-weight: 600; +} +#apps-list > h2 .enable { + position: relative; + top: -1px; + margin-left: 12px; } #app-content > svg.app-filter { |