summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Huynh <jimmy.huynh@etu.unistra.fr>2020-12-17 11:23:01 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit9743cf32608cbdd99132741f2559e715322e28c0 (patch)
treeb17fa7d043d728c5c80d0606128cc465981bdeb3
parente49a3617404756810a8e46861e95bdcdf8f9cb53 (diff)
(*) Logo RSX <---- left placement
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-rw-r--r--css/app.css3
-rw-r--r--templates/part.content.php4
2 files changed, 4 insertions, 3 deletions
diff --git a/css/app.css b/css/app.css
index 80a713a61..2de83aa80 100644
--- a/css/app.css
+++ b/css/app.css
@@ -76,7 +76,8 @@
.dropdown-content a{
color: black;
- padding: 12px 16px;
+ padding: 0 12px 0 44px;
+ background-position: 14px center;
text-decoration: none;
display: block;
}
diff --git a/templates/part.content.php b/templates/part.content.php
index 09b00ec40..78496a80a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -105,12 +105,12 @@
<a>Antoine</a>
<a>Adrien</a>
- <a class="icon-facebook" ng-click="">
+ <a class="icon-facebook pr-5" ng-click="">
<span>
Facebook
</span>
</a>
- <a class="icon-twitter" ng-click="">
+ <a class="icon-twitter pr-5" ng-click="">
<span> Twitter </span>
</a>