From 629c3dd39f383b2ca99757a13181ed8f79079ab3 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 10 Aug 2016 05:27:13 -0400 Subject: adding social buttons --- core/img/facebook.svg | 1 + core/img/googleplus.svg | 1 + core/img/mail.svg | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ core/img/rss.svg | 60 ++++++++++++++++++++++++++++++++++++++ core/img/twitter.svg | 1 + 5 files changed, 140 insertions(+) create mode 100755 core/img/facebook.svg create mode 100755 core/img/googleplus.svg create mode 100755 core/img/mail.svg create mode 100755 core/img/rss.svg create mode 100755 core/img/twitter.svg (limited to 'core') diff --git a/core/img/facebook.svg b/core/img/facebook.svg new file mode 100755 index 00000000000..df7eba290d7 --- /dev/null +++ b/core/img/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/img/googleplus.svg b/core/img/googleplus.svg new file mode 100755 index 00000000000..5409983dffd --- /dev/null +++ b/core/img/googleplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/img/mail.svg b/core/img/mail.svg new file mode 100755 index 00000000000..299613d7a44 --- /dev/null +++ b/core/img/mail.svg @@ -0,0 +1,77 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/core/img/rss.svg b/core/img/rss.svg new file mode 100755 index 00000000000..3a83e0af508 --- /dev/null +++ b/core/img/rss.svg @@ -0,0 +1,60 @@ + +image/svg+xml \ No newline at end of file diff --git a/core/img/twitter.svg b/core/img/twitter.svg new file mode 100755 index 00000000000..64052987815 --- /dev/null +++ b/core/img/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3 From c8113a4269043a5d258c6d3ea95ac9f51c021af2 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Aug 2016 13:14:00 +0200 Subject: 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 (limited to 'core') 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; } -- cgit v1.2.3