From c8113a4269043a5d258c6d3ea95ac9f51c021af2 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Aug 2016 13:14:00 +0200 Subject: [PATCH] compress images and fix position --- core/img/facebook.svg | 4 +- core/img/googleplus.svg | 4 +- core/img/mail.svg | 80 +++------------------------------------ core/img/rss.svg | 60 +---------------------------- core/img/twitter.svg | 4 +- settings/css/settings.css | 5 +++ 6 files changed, 21 insertions(+), 136 deletions(-) mode change 100755 => 100644 core/img/facebook.svg mode change 100755 => 100644 core/img/googleplus.svg mode change 100755 => 100644 core/img/mail.svg mode change 100755 => 100644 core/img/rss.svg mode change 100755 => 100644 core/img/twitter.svg 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; } -- 2.39.5