diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-22 01:16:20 -0700 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-22 01:16:20 -0700 |
commit | efd71c80f05ce1aee1867c5fb9c4ebd217fe19d8 (patch) | |
tree | d2b6c12959c1642c33223e59b0a48a49b47254fc /settings | |
parent | 691536762275ec09204b74497377a7933770ba43 (diff) | |
parent | 744ddc2664beb24f9b3236c4d85f68a199248c28 (diff) | |
download | nextcloud-server-efd71c80f05ce1aee1867c5fb9c4ebd217fe19d8.tar.gz nextcloud-server-efd71c80f05ce1aee1867c5fb9c4ebd217fe19d8.zip |
Merge pull request #5426 from owncloud/fix-3612
Adds margin to the SSL root certificate button
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 6092d5e8dac..b47075241df 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -7,6 +7,10 @@ input#openid, input#webdav { width:20em; } /* PERSONAL */ +#rootcert_import { + margin: 0 0 10px 0; + display: block; +} /* Sync clients */ .clientsbox { margin:12px; } |