diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-05-07 10:44:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-05-07 10:44:03 +0200 |
commit | 12b24ee567349faa7991b0a86d45e42b67daf43e (patch) | |
tree | b74b084c76d0aa86e431349f2d0d987e9da2f990 /core | |
parent | 3dee907b70e649f954db4c9585f302c3fb2c13d9 (diff) | |
parent | eadc2c330c36362cb192d7a352d31b5515aa26d5 (diff) | |
download | nextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.tar.gz nextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.zip |
Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
Display the module settings in the list of the encryption modules
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 9b662cc31af..57133729f15 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -495,6 +495,12 @@ button.loading { .section.hidden { display: none !important; } +.sub-section { + position: relative; + margin-top: 10px; + margin-left: 27px; + margin-bottom: 10px; +} /* no top border for first settings item */ #app-content > .section:first-child { border-top: none; |