Browse Source

Minor templating fix

Fabs 10 years ago
parent
commit
5b92061cf7
2 changed files with 5 additions and 2 deletions
  1. 4 1
      coin/static/css/illyse.css
  2. 1 1
      coin/vpn/templates/vpn/vpn.html

+ 4 - 1
coin/static/css/illyse.css

@@ -122,7 +122,10 @@ table.full-width {
 }
 
 /* Footer */
-#footer { opacity: 0.18; }
+#footer {
+    opacity: 0.18;
+    margin-top: 20px;
+}
 #footer .line {
     widht:100%;
     border-bottom: 1px solid black;

+ 1 - 1
coin/vpn/templates/vpn/vpn.html

@@ -14,7 +14,7 @@
                 </tr>{% block password %}
                 <tr>
                     <td class="center" colspan="2">
-                        <a class="button radius small" id="passgen" href="{% url 'vpn:generate_password' object.pk %}">Générer un nouveau mot de passe</a>
+                        <a class="button radius tiny" id="passgen" href="{% url 'vpn:generate_password' object.pk %}">Générer un nouveau mot de passe</a>
                     </td>
                 </tr>
                 {% endblock %}<tr class="flatfield">