diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-01-14 20:39:23 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-03-26 20:56:51 +0100 |
commit | ff9c85ce60aac1098c741b7ea630d9fc545e3d96 (patch) | |
tree | b51ab4917630680beb0499fae4a1d7c0ae100e34 /settings/css | |
parent | a9b4f0d8429dbeb612e80b168b6146890bb7843e (diff) | |
download | nextcloud-server-ff9c85ce60aac1098c741b7ea630d9fc545e3d96.tar.gz nextcloud-server-ff9c85ce60aac1098c741b7ea630d9fc545e3d96.zip |
implement basic encryption functionallity in core to enable multiple encryption modules
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 0716cd24938..75acaf5f727 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -386,3 +386,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { font-weight: normal; margin-top: 5px; } + +#selectEncryptionModules { + margin-left: 30px; + padding: 10px; +} + +#encryptionModules { + padding: 10px; +}
\ No newline at end of file |