diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-09-17 12:09:34 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-09-17 12:09:34 +0000 |
commit | 88b786e8dd49c4529470f46ebd56e934a98cc859 (patch) | |
tree | 6476717899656e6d92450c91263bf8aab49090b6 /settings/css | |
parent | 3ea01df1cdc3fe8774bf7e2d5eb93cc0fe809345 (diff) | |
parent | f85b709fae1869f684a4c91067b6a38b4e629163 (diff) | |
download | nextcloud-server-88b786e8dd49c4529470f46ebd56e934a98cc859.tar.gz nextcloud-server-88b786e8dd49c4529470f46ebd56e934a98cc859.zip |
Merge branch 'master' into ocs_api
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index f41edc96fb8..2015e93b43c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -65,4 +65,4 @@ span.version { margin-left:3em; margin-right:3em; color:#555; } /* ADMIN */ span.securitywarning {color:#C33; font-weight:bold; } input[type=radio] { width:1em; } -table.shareAPI td { padding-right: 2em; }
\ No newline at end of file +table.shareAPI td { padding-bottom: 0.8em; } |