diff --git a/ram/portal/static/css/main.css b/ram/portal/static/css/main.css index df6847d..aad3c5c 100644 --- a/ram/portal/static/css/main.css +++ b/ram/portal/static/css/main.css @@ -36,3 +36,7 @@ a.badge, a.badge:hover { #footer > p { display: inline; } + +th.th-35 { + width: 35%; +} diff --git a/ram/portal/templates/base.html b/ram/portal/templates/base.html index cd6a262..572a3e5 100644 --- a/ram/portal/templates/base.html +++ b/ram/portal/templates/base.html @@ -125,8 +125,8 @@
- - + + {% endif %} {% endif %} @@ -78,7 +78,7 @@ - Decoder + Decoder {{ d.decoder }} diff --git a/ram/portal/templates/companies.html b/ram/portal/templates/companies.html index 89a0d98..448c5b0 100644 --- a/ram/portal/templates/companies.html +++ b/ram/portal/templates/companies.html @@ -17,25 +17,25 @@ {% if d.logo %} - Logo + Logo {% endif %} - Name + Name {{ d.extended_name }} - Abbreviation + Abbreviation {{ d.name }} - Country + Country {{ d.country.name }} {{ d.country }} {% if d.freelance %} - Notes + Notes A freelance company {% endif %} diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html index 1b5fd5f..9fefaca 100644 --- a/ram/portal/templates/consist.html +++ b/ram/portal/templates/consist.html @@ -82,7 +82,7 @@ - Company + Company {{ consist.company }} diff --git a/ram/portal/templates/consists.html b/ram/portal/templates/consists.html index 6e8a3d9..d4125ce 100644 --- a/ram/portal/templates/consists.html +++ b/ram/portal/templates/consists.html @@ -36,12 +36,12 @@ {% if d.address %} - Address + Address {{ d.address }} {% endif %} - Company + Company {{ d.company }} diff --git a/ram/portal/templates/home.html b/ram/portal/templates/home.html index fc48ce7..9876353 100644 --- a/ram/portal/templates/home.html +++ b/ram/portal/templates/home.html @@ -1,5 +1,5 @@ {% extends "roster.html" %} {% block header %} -

{{ site_conf.about | safe }}

+
{{ site_conf.about | safe }}
{% endblock %} diff --git a/ram/portal/templates/includes/login.html b/ram/portal/templates/includes/login.html index b654159..35ec22a 100644 --- a/ram/portal/templates/includes/login.html +++ b/ram/portal/templates/includes/login.html @@ -22,7 +22,7 @@ {% endif %}