Browse Source

Merge branch 'fix-152-footer' of rezemika/coin into master

jocelyn 6 years ago
parent
commit
a6e05dd1a4
2 changed files with 16 additions and 10 deletions
  1. 15 10
      coin/static/css/local.css
  2. 1 0
      coin/templates/base.html

+ 15 - 10
coin/static/css/local.css

@@ -198,20 +198,25 @@ table.no-background tr {
 /* Footer */
 
 #footer {
-    opacity: 0.18;
     margin-top: 20px;
 }
 #footer .line {
+    opacity: 0.18;
     widht:100%;
     border-bottom: 1px solid black;
 }
 #footer .duck {
+    opacity: 0.18;
     background-image: url('../img/coin.svg');
     background-size: auto 50%;
     background-repeat: no-repeat;
     background-position: center top;
     height:50px;
 }
+.licence-sentence {
+    opacity: 0.5;
+    text-align: center;
+}
 
 
 /* Invoices */
@@ -344,11 +349,11 @@ tr.inactive {
 }
 
 form .helptext {
-	position: relative;
-	top: -1em;
-	margin: 0em 1em 0em 1em;
-	font-style: italic;
-	font-size: small;
+    position: relative;
+    top: -1em;
+    margin: 0em 1em 0em 1em;
+    font-style: italic;
+    font-size: small;
 }
 
 /* Feeds */
@@ -391,8 +396,8 @@ form .helptext {
 }
 
 .message.success {
-	color: #FFFFFF;
-	background-color: #20BA44;
+    color: #FFFFFF;
+    background-color: #20BA44;
 }
 
 .message.warning {
@@ -403,7 +408,7 @@ form .helptext {
 }
 
 .eat-up {
-	margin-top: -1.5em;
+    margin-top: -1.5em;
 }
 .message.success:before {
     content: "✔ ";
@@ -418,7 +423,7 @@ form .helptext {
 /* List filters links */
 
 .list-filter {
-	text-align: right;
+    text-align: right;
 }
 
 /* Registration */

+ 1 - 0
coin/templates/base.html

@@ -81,6 +81,7 @@
                 <div class="small-2 columns"><div class="duck"></div></div>
                 <div class="small-5 columns"><div class="line">&nbsp;</div></div>
             </div>
+            <p class="licence-sentence">Site propulsé par <a href="https://code.ffdn.org/FFDN/coin">COIN</a> sous licence AGPLv3.</p>
             {% endblock %}
         </div>