aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-07-28 18:16:54 +0200
committerAndrea Lepori <aleporia@gmail.com>2023-07-28 18:16:54 +0200
commit7f54f42349a2a71dd903ff79ea27aefc1459ac42 (patch)
tree4b556148f8e836c20d6dc1baea2ceb4048c95105
parentnew doc list from doc types (diff)
downloadscout-subs-7f54f42349a2a71dd903ff79ea27aefc1459ac42.tar.gz
scout-subs-7f54f42349a2a71dd903ff79ea27aefc1459ac42.zip
improve style admin page
-rw-r--r--server/templates/server/index.html14
-rw-r--r--version.txt2
2 files changed, 9 insertions, 7 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">
diff --git a/version.txt b/version.txt
index 0da5fc6..13ea4c0 100644
--- a/version.txt
+++ b/version.txt
@@ -1,2 +1,2 @@
version=0.6
-rev=40
+rev=41