diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-13 00:29:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-13 00:29:39 +0200 |
commit | a133e7970d766d9bb54da678174ef3dd53270357 (patch) | |
tree | 5f4a448df5a79473d9895eec45263ea57c15c6b0 /settings/css | |
parent | 7a2b96c7e65eaaf58e0ad77b91532df0a2b6da5d (diff) | |
download | nextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.tar.gz nextcloud-server-a133e7970d766d9bb54da678174ef3dd53270357.zip |
make updatenotification settings appear as if it is part of the version part in server settings
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index b006f1f5656..b40b7a17904 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -372,6 +372,14 @@ span.version { .section h2.app-name { margin-bottom: 8px; } +.followupsection { + display: block; + padding: 0 30px 30px 30px; + color: #555; + margin-bottom: 24px; + margin-top: -30px; + position: relative; +} .app-image { float: left; padding-right: 10px; |