Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-10-22 12:16:20 +0400
committerVincent Petry <pvince81@owncloud.com>2013-10-22 12:16:20 +0400
commitefd71c80f05ce1aee1867c5fb9c4ebd217fe19d8 (patch)
treed2b6c12959c1642c33223e59b0a48a49b47254fc /settings
parent691536762275ec09204b74497377a7933770ba43 (diff)
parent744ddc2664beb24f9b3236c4d85f68a199248c28 (diff)
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.css4
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; }