diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 21:23:49 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-27 09:38:13 +0100 |
commit | 908538d8638e901f391162a078cf476194f30eea (patch) | |
tree | f34f77e10c1b37c40e70d4796f3557de07cca2fb /core | |
parent | 495562f40cbafd459abd4862ad0b82157ad25459 (diff) | |
download | nextcloud-server-908538d8638e901f391162a078cf476194f30eea.tar.gz nextcloud-server-908538d8638e901f391162a078cf476194f30eea.zip |
fix layout for Sharing settings
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 2bac961d36f..e8c60bd4773 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -500,8 +500,9 @@ button.loading { font-weight: normal; } .section h3 { - font-size: 16px; + font-size: 15px; font-weight: normal; + margin: 12px 0; } /* slight position correction of checkboxes and radio buttons */ .section input[type="checkbox"], |