diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-07-28 18:16:54 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-07-28 18:16:54 +0200 |
commit | 7f54f42349a2a71dd903ff79ea27aefc1459ac42 (patch) | |
tree | 4b556148f8e836c20d6dc1baea2ceb4048c95105 /server | |
parent | new doc list from doc types (diff) | |
download | scout-subs-7f54f42349a2a71dd903ff79ea27aefc1459ac42.tar.gz scout-subs-7f54f42349a2a71dd903ff79ea27aefc1459ac42.zip |
improve style admin page
Diffstat (limited to 'server')
-rw-r--r-- | server/templates/server/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/server/templates/server/index.html b/server/templates/server/index.html index 5a8bd5f..d1cb0c8 100644 --- a/server/templates/server/index.html +++ b/server/templates/server/index.html @@ -46,10 +46,12 @@ {% if user.is_staff %} <div class="card-action"> <div class="hide-on-med-and-down"> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'ulist' %}">Utenti</a> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'ulist-table' %}">Utenti (Tabella BETA)</a> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'uapprove' %}">Trasferta utente</a> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'request' %}">Richiedi dati</a> + <a style="width: 32.4%; margin-right: 1.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'ulist' %}">Utenti</a> + <a style="width: 32.4%; margin-right: 1.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'uapprove' %}">Trasferta utente</a> + <a style="width: 32.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'request' %}">Richiedi dati</a> + <br> + <br> + <a sytle="width: 32.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'ulist-table' %}">Utenti (Tabella BETA)</a> </div> <div class="hide-on-large-only"> @@ -87,8 +89,8 @@ </div> <div class="card-action"> <div class="hide-on-med-and-down"> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'doctype' %}">Documenti</a> - <a class="waves-effect waves-light btn {{color}}" href="{% url 'docapprove' %}">Approva documento</a> + <a style="width: 49.5%; margin-right: 1%;" class="col s6 waves-effect waves-light btn {{color}}" href="{% url 'doctype' %}">Documenti</a> + <a style="width: 49.5%;" class="col s6 waves-effect waves-light btn {{color}}" href="{% url 'docapprove' %}">Approva documento</a> </div> <div class="hide-on-large-only"> |