diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2015-07-22 14:56:03 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2015-07-22 21:59:31 +0200 |
commit | 546cd39217dde8a614be45721d4c26fafe50794b (patch) | |
tree | e49a7f186755e8161f8c75b1df422d120e20cd51 /settings/css | |
parent | 5768b3fe2c328b81d9c0aa9eec07846a391d212d (diff) | |
download | nextcloud-server-546cd39217dde8a614be45721d4c26fafe50794b.tar.gz nextcloud-server-546cd39217dde8a614be45721d4c26fafe50794b.zip |
condense doc warnings into small section that gets showed to the user before enabling encryption
remove share warning
remove app and just write it out as feature
adjust warnings
reframe storage issue
fix typo
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e0fe9b446be..0af63821627 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -386,6 +386,12 @@ table.grid td.date{ display: inline-block; } +#encryptionAPI li { + list-style-type: initial; + margin-left: 20px; + padding: 5px 0; +} + .mail_settings p label:first-child { display: inline-block; width: 300px; |