From: Jan-Christoph Borchardt Date: Thu, 11 Aug 2016 11:14:00 +0000 (+0200) Subject: compress images and fix position X-Git-Tag: v11.0RC2~837^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c8113a4269043a5d258c6d3ea95ac9f51c021af2;p=nextcloud-server.git compress images and fix position --- diff --git a/core/img/facebook.svg b/core/img/facebook.svg old mode 100755 new mode 100644 index df7eba290d7..4de4ccf3002 --- a/core/img/facebook.svg +++ b/core/img/facebook.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/core/img/googleplus.svg b/core/img/googleplus.svg old mode 100755 new mode 100644 index 5409983dffd..8a443e4b6da --- a/core/img/googleplus.svg +++ b/core/img/googleplus.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/core/img/mail.svg b/core/img/mail.svg old mode 100755 new mode 100644 index 299613d7a44..21991dbf3ab --- a/core/img/mail.svg +++ b/core/img/mail.svg @@ -1,77 +1,9 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - + + + + + + diff --git a/core/img/rss.svg b/core/img/rss.svg old mode 100755 new mode 100644 index 3a83e0af508..8126a97acd2 --- a/core/img/rss.svg +++ b/core/img/rss.svg @@ -1,60 +1,2 @@ -image/svg+xml \ No newline at end of file + diff --git a/core/img/twitter.svg b/core/img/twitter.svg old mode 100755 new mode 100644 index 64052987815..8d96565ca27 --- a/core/img/twitter.svg +++ b/core/img/twitter.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + 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; }