Merge pull request #5426 from owncloud/fix-3612

Adds margin to the SSL root certificate button
remotes/origin/stable6
Vincent Petry 13 years ago
commit efd71c80f0
  1. 4
      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; }

Loading…
Cancel
Save