diff --git a/ram/portal/static/css/main.css b/ram/portal/static/css/main.css
index 91cdee4..164b43e 100644
--- a/ram/portal/static/css/main.css
+++ b/ram/portal/static/css/main.css
@@ -24,6 +24,10 @@ a.badge, a.badge:hover {
width: 33% !important;
}
+.table-group-divider {
+ border-top: calc(var(--bs-border-width) * 3) solid var(--bs-border-color);
+}
+
#nav-notes > p {
padding: .5rem;
}
diff --git a/ram/portal/templates/cards.html b/ram/portal/templates/cards.html
index c2eadb8..00fd87c 100644
--- a/ram/portal/templates/cards.html
+++ b/ram/portal/templates/cards.html
@@ -30,7 +30,7 @@
Data |
-
+
Type |
{{ d.rolling_class.type }} |
@@ -76,7 +76,7 @@
DCC data |
-
+
Decoder |
{{ d.decoder }} |
diff --git a/ram/portal/templates/companies.html b/ram/portal/templates/companies.html
index 765af43..31e3cfc 100644
--- a/ram/portal/templates/companies.html
+++ b/ram/portal/templates/companies.html
@@ -14,7 +14,7 @@
Company |
-
+
{% if d.logo %}
Logo |
diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html
index 39ffe61..5897e09 100644
--- a/ram/portal/templates/consist.html
+++ b/ram/portal/templates/consist.html
@@ -80,7 +80,7 @@
Data |
-
+
Company |
{{ consist.company }} |
@@ -103,7 +103,7 @@
Notes |
-
+
{{ consist.notes | safe }} |
diff --git a/ram/portal/templates/consists.html b/ram/portal/templates/consists.html
index dae12d4..66a5537 100644
--- a/ram/portal/templates/consists.html
+++ b/ram/portal/templates/consists.html
@@ -33,7 +33,7 @@
Consist data |
-
+
{% if d.address %}
Address |
diff --git a/ram/portal/templates/manufacturers.html b/ram/portal/templates/manufacturers.html
index b198b7e..85157fc 100644
--- a/ram/portal/templates/manufacturers.html
+++ b/ram/portal/templates/manufacturers.html
@@ -14,7 +14,7 @@
Manufacturer |
-
+
{% if d.logo %}
Logo |
diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html
index dbac360..ab2c4d7 100644
--- a/ram/portal/templates/rollingstock.html
+++ b/ram/portal/templates/rollingstock.html
@@ -62,7 +62,7 @@
Data |
-
+
Type |
{{ rolling_stock.rolling_class.type }} |
@@ -93,7 +93,7 @@
Model data |
-
+
Manufacturer |
{%if rolling_stock.manufacturer %}
@@ -117,7 +117,7 @@
| DCC data |
-
+
Interface |
{{ rolling_stock.get_decoder_interface_display }} |
@@ -143,7 +143,7 @@
Model data |
-
+
Manufacturer |
{%if rolling_stock.manufacturer %}
@@ -179,7 +179,7 @@
| Properties |
-
+
{% for p in rolling_stock_properties %}
{{ p.property }} |
@@ -197,7 +197,7 @@
Class data |
-
+
Class |
{{ rolling_stock.rolling_class.identifier }} |
@@ -231,7 +231,7 @@
Properties |
-
+
{% for p in class_properties %}
{{ p.property }} |
@@ -249,7 +249,7 @@
DCC data |
-
+
Interface |
{{ rolling_stock.get_decoder_interface_display }} |
@@ -284,7 +284,7 @@
Notes |
-
+
{{ rolling_stock.notes | safe }} |
@@ -299,7 +299,7 @@
Documents |
-
+
{% for d in rolling_stock.document.all %}
{{ d.description }} |
@@ -317,7 +317,7 @@
Decoder documents |
-
+
{% for d in rolling_stock.decoder.document.all %}
{{ d.description }} |
@@ -336,7 +336,7 @@
Journal |
-
+
{% for j in rolling_stock_journal %}
{{ j.date }} |
diff --git a/ram/portal/templates/types.html b/ram/portal/templates/types.html
index 127c3f3..a27327b 100644
--- a/ram/portal/templates/types.html
+++ b/ram/portal/templates/types.html
@@ -12,7 +12,7 @@
Type |
-
+
Type |
{{ d.type }} |