diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 11:51:02 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 15:04:03 +0200 |
commit | eadc2c330c36362cb192d7a352d31b5515aa26d5 (patch) | |
tree | ed941bb9b6d9fe2938c4a43e37aeb5ba57582730 /core | |
parent | 17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff) | |
download | nextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.tar.gz nextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.zip |
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; |