summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-11 13:35:06 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-11 13:35:06 +0000
commit9ac5d6b7ee1eeeed873d5341336c6c8df3cd56b1 (patch)
tree301d7c8312be75ea3b47b9f13fb785f6ab582c88
parent01017b1f61393d4135afc5fede73e71d78fa7b28 (diff)
Further tinkering with CSS
-rw-r--r--ui/html/pages/organisations/list.tmpl.html8
-rw-r--r--ui/html/partials/nav.tmpl.html2
-rw-r--r--ui/static/css/main.css6
3 files changed, 11 insertions, 5 deletions
diff --git a/ui/html/pages/organisations/list.tmpl.html b/ui/html/pages/organisations/list.tmpl.html
index eb435b7..1b0e3a9 100644
--- a/ui/html/pages/organisations/list.tmpl.html
+++ b/ui/html/pages/organisations/list.tmpl.html
@@ -1,14 +1,14 @@
{{ define "title" }}Organisations{{end}}
{{ define "main" }}
-<h3>Organisations</h3>
+<h3>Organisations <span><a href="#" class="admin-link">[Admin]</a></span></h3>
<p>There is nothing to see here yet.</p>
<table id="home-summary-table">
<thead>
<tr id="header-row">
<th>Organisation</th>
<th>RP</th>
- <th>Another attribute</th>
+ <th>Lead Inspector[s]</th>
<th>Another attribute</th>
<th>Another attribute</th>
<th>SharePoint</th>
@@ -18,7 +18,7 @@
<tr>
<td><a href="#">First organisation</a></td>
<td>Tim Gudgeon</td>
- <td>Bobbins</td>
+ <td>Tina McKinchey / Barbara Snelland</td>
<td>Bobbins</td>
<td>Bobbins</td>
<td><a href="#">Link</a></td>
@@ -26,7 +26,7 @@
<tr>
<td>Second organisation</td>
<td>Seth Pring</td>
- <td>Bobbins</td>
+ <td>Barbara Snelland</td>
<td>Bobbins</td>
<td>Bobbins</td>
<td><a href="#">Link</a></td>
diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html
index 161705b..1e43d8c 100644
--- a/ui/html/partials/nav.tmpl.html
+++ b/ui/html/partials/nav.tmpl.html
@@ -1,6 +1,6 @@
{{ define "nav" }}
<nav>
- <h1>DED</h1>
+ <h1>DefNucSyR Engagement Database</h1>
<a href="/">Home</a>
<a href="/organisation/list">Organisations</a>
<a href="#">Engagement Planning</a>
diff --git a/ui/static/css/main.css b/ui/static/css/main.css
index 9ad0c83..1760fba 100644
--- a/ui/static/css/main.css
+++ b/ui/static/css/main.css
@@ -21,6 +21,12 @@ a:hover {
text-decoration: underline;
}
+a.admin-link {
+ font-size: 0.65rem;
+ padding: 0em 0em 1.2em 0em;
+}
+
+
table#home-summary-table,
table#home-summary-table a,
table#home-summary-table td {