summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/navigation.css8
-rw-r--r--img/facebook.svg1
-rw-r--r--img/twitter.svg1
-rw-r--r--templates/part.content.php10
4 files changed, 15 insertions, 5 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 55068fa6b..99a55f5f0 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -97,6 +97,14 @@
background-image: url('../img/rss.svg') !important;
}
+.icon-facebook {
+ background-image: url('../img/facebook.svg') !important;
+}
+
+.icon-twitter {
+ background-image: url('../img/twitter.svg') !important;
+}
+
.icon-full-text-enabled {
background-image: url('../img/fulltext.svg');
background-size: 50%;
diff --git a/img/facebook.svg b/img/facebook.svg
new file mode 100644
index 000000000..01e183a18
--- /dev/null
+++ b/img/facebook.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><circle cy="8" cx="8" r="8" fill="#3a5ba2"/><path fill="#fff" d="m7 5c0-1.1 0.9-2 2-2h1.5v2h-1c-0.27 0-0.5 0.23-0.5 0.5v1h1.5v2h-1.5v4.5h-2v-4.5h-1.5v-2h1.5z"/></svg>
diff --git a/img/twitter.svg b/img/twitter.svg
new file mode 100644
index 000000000..2bd85154e
--- /dev/null
+++ b/img/twitter.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><circle cy="8" cx="8" r="8" fill="#1ebef0"/><path d="m9.784 4c-1.0945 0-1.982 0.89-1.982 1.982 0 0.167 0.026 0.336 0.06 0.474h-0.153c-1.361-0.077-2.577-0.56-3.445-1.512-0.19-0.204-0.368-0.422-0.518-0.654-0.294 0.509-0.325 1.1-0.19 1.648 0.123 0.41 0.34 0.776 0.64 1.05l0.15 0.1364-0.19-0.041c-0.245-0.068-0.49-0.15-0.722-0.245 0.027 0.49 0.218 0.94 0.517 1.294 0.286 0.34 0.667 0.6 1.103 0.722-0.31 0.032-0.6165 0.0236-0.926 0.0135 0.3132 0.763 1.035 1.322 1.8927 1.3897-0.79 0.585-1.77 0.912-2.82 0.912 0.7762 0.477 1.661 0.777 2.628 0.831h0.627c2.982-0.163 5.338-2.63 5.34-5.6526v-0.286c0.11-0.095 0.218-0.19 0.327-0.3 0.259-0.2316 0.49-0.504 0.681-0.79-0.313 0.204-0.681 0.3133-1.09 0.313h-0.014c0.366-0.2453 0.653-0.613 0.8-1.035-0.41 0.212-0.802 0.3433-1.23 0.425-0.46-0.4-0.83-0.675-1.486-0.675z" fill="#fff"/></svg>
diff --git a/templates/part.content.php b/templates/part.content.php
index cfb3dd23c..09b00ec40 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -105,12 +105,12 @@
<a>Antoine</a>
<a>Adrien</a>
- <a ng-click="">
- <span class="icon-checkmark pl-2"></span>
- <span> Facebook </span>
+ <a class="icon-facebook" ng-click="">
+ <span>
+ Facebook
+ </span>
</a>
- <a ng-click="">
- <span class="icon-checkmark pl-2"></span>
+ <a class="icon-twitter" ng-click="">
<span> Twitter </span>
</a>