diff --git a/datacenterlight/cms_models.py b/datacenterlight/cms_models.py index a1f285fa..2f63c150 100644 --- a/datacenterlight/cms_models.py +++ b/datacenterlight/cms_models.py @@ -181,7 +181,7 @@ class DCLNavbarDropdownPluginModel(CMSPlugin): class DCLContactPluginModel(CMSPlugin): heading = models.CharField(max_length=100, default="Contact", blank=True) organization_name = models.CharField( - max_length=100, default="ungleich GmbH", blank=True + max_length=100, default="ungleich glarus ag", blank=True ) email = models.EmailField(max_length=200, default="info@ungleich.ch") address = models.CharField( @@ -197,7 +197,7 @@ class DCLContactPluginModel(CMSPlugin): class DCLFooterPluginModel(CMSPlugin): copyright_label = models.CharField( - max_length=100, default='ungleich GmbH', blank=True, + max_length=100, default='ungleich glarus ag', blank=True, help_text='Name of the company alongside the copyright year' ) diff --git a/datacenterlight/static/datacenterlight/css/common.css b/datacenterlight/static/datacenterlight/css/common.css index 214dbfd9..70902d2d 100644 --- a/datacenterlight/static/datacenterlight/css/common.css +++ b/datacenterlight/static/datacenterlight/css/common.css @@ -101,14 +101,18 @@ a.list-group-item-danger.active:focus { } p.copyright { - margin: 15px 0; + margin: 0; } footer { - padding: 20px 0; + padding: 25px 0; background-color: #f8f8f8; } +footer .list-inline { + margin-bottom: 15px; +} + footer a { color: #777; } diff --git a/datacenterlight/static/datacenterlight/css/hosting.css b/datacenterlight/static/datacenterlight/css/hosting.css index 8769ed60..7764f0c3 100644 --- a/datacenterlight/static/datacenterlight/css/hosting.css +++ b/datacenterlight/static/datacenterlight/css/hosting.css @@ -163,7 +163,7 @@ } .content-dashboard { - min-height: calc(100vh - 86px); + min-height: calc(100vh - 96px); width: 100%; margin: 0 auto; max-width: 1120px; diff --git a/datacenterlight/templates/datacenterlight/base.html b/datacenterlight/templates/datacenterlight/base.html index 8bdfb65f..75cb8de2 100644 --- a/datacenterlight/templates/datacenterlight/base.html +++ b/datacenterlight/templates/datacenterlight/base.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} diff --git a/datacenterlight/templates/datacenterlight/base_hosting.html b/datacenterlight/templates/datacenterlight/base_hosting.html index e1ca1bb4..e863d46b 100644 --- a/datacenterlight/templates/datacenterlight/base_hosting.html +++ b/datacenterlight/templates/datacenterlight/base_hosting.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} diff --git a/datacenterlight/templates/datacenterlight/cms/base.html b/datacenterlight/templates/datacenterlight/cms/base.html index 79bb2bef..0c356735 100644 --- a/datacenterlight/templates/datacenterlight/cms/base.html +++ b/datacenterlight/templates/datacenterlight/cms/base.html @@ -9,7 +9,7 @@ - + {% page_attribute page_title %} diff --git a/datacenterlight/templates/datacenterlight/includes/_footer.html b/datacenterlight/templates/datacenterlight/includes/_footer.html index 4a2d8786..8643deda 100644 --- a/datacenterlight/templates/datacenterlight/includes/_footer.html +++ b/datacenterlight/templates/datacenterlight/includes/_footer.html @@ -39,6 +39,6 @@ - + diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 275292d5..d5236324 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -426,6 +426,7 @@ footer { right: 0; bottom: 0; left: 0; + font-weight: 300; } p.copyright { diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 2a1e645c..9c1538db 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -63,7 +63,7 @@ {% if request.user.is_authenticated %} {% else %} diff --git a/hosting/templates/hosting/includes/_footer.html b/hosting/templates/hosting/includes/_footer.html index 24f4cea6..a74e529f 100644 --- a/hosting/templates/hosting/includes/_footer.html +++ b/hosting/templates/hosting/includes/_footer.html @@ -1,5 +1,5 @@ -{% load staticfiles %} {% load i18n %} +