@@ -195,23 +195,6 @@ table.no-background tr {
margin-top: 3.9375rem; /* h1 margin top + bottom + font-size * line-height = 0.2rem + 0.5rem + 2.3125rem * 1.4 */
}
-
-table tr.placeholder td {
- text-align: center;
- font-style: italic;
-}
-table .actions {
-table .actions .button {
- width: 100%;
-.pre-table-action {
- float: right;
/* Footer */
#footer {
@@ -0,0 +1,24 @@
+/* Listing table with action button */
+
+.pre-table-action {
+ float: right;
+}
+table tr.placeholder td {
+ text-align: center;
+ font-style: italic;
+table .actions {
+table .actions .button {
+ width: 100%;
+/* List filters links */
+.list-filter {
+ text-align: right;
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% load static %}
+{% block extra_css %}<link rel="stylesheet" href="{% static "hardware_provisioning/css/local.css" %}">{% endblock %}
@@ -1,4 +1,4 @@
-{% extends 'base.html' %}
+{% extends 'hardware_provisioning/base.html' %}
{% block content %}
-{% extends "base.html" %}
+{% extends "hardware_provisioning/base.html" %}
<h2>J'emprunte à l'association…</h2>
{% if view == 'old' %}
<h2>Retour de matériel</h2>
<h2>Transfert de matériel</h2>