diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-11 13:14:00 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-13 14:03:56 +0200 |
commit | c8113a4269043a5d258c6d3ea95ac9f51c021af2 (patch) | |
tree | 8765953cf82bc6a4830d149665a1ffeb77a6879e /settings | |
parent | 18d7ca21f56a87de48d49ae47e08e6b59bd99859 (diff) | |
download | nextcloud-server-c8113a4269043a5d258c6d3ea95ac9f51c021af2.tar.gz nextcloud-server-c8113a4269043a5d258c6d3ea95ac9f51c021af2.zip |
compress images and fix position
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index dbd43b9e2c4..26b2cd20e1f 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -159,6 +159,11 @@ table.nostyle td { padding: 0.2em 0; } display: table-cell; padding-right: 1em; } + +.social-button { + padding-left: 0; + margin-left: -10px +} .social-button img { padding: 10px; } |