From a141b8928b3bd5327934f3aa011f596f8463d7dc Mon Sep 17 00:00:00 2001 From: Diana Boiangiu Date: Thu, 6 Jun 2019 15:57:34 +0300 Subject: [PATCH] [refs #104427] Fix footer text --- .../thesaurus/static/thesaurus/css/style.css | 45 +++++++++++++++---- gemet/thesaurus/templates/layout_plone.html | 4 +- 2 files changed, 38 insertions(+), 11 deletions(-) diff --git a/gemet/thesaurus/static/thesaurus/css/style.css b/gemet/thesaurus/static/thesaurus/css/style.css index aeac49a..ec8701e 100644 --- a/gemet/thesaurus/static/thesaurus/css/style.css +++ b/gemet/thesaurus/static/thesaurus/css/style.css @@ -1485,15 +1485,10 @@ li:hover .btn-remove-down { height: 30px !important; } -div.container.header-container.collapse-header { - padding: 0px !important; - margin: 0px !important; - max-width: none !important; +div.container.header-container.collapse-header:before { + content: none; } -div.header-logo { - padding: 0px !important; -} .logo-text>span { color:black !important; @@ -1525,18 +1520,34 @@ div.header-logo { i { font-family: OpenSans,"Helvetica Neue",Helvetica,Arial,sans-serif !important; + height:inherit !important; +} + +.hasDropDown > i:first-of-type { + display:none; } .container.header-container.collapse-header { width: 100%; + max-width: unset !important; + margin-right: auto; + margin-left: auto; + +} + +nav.plone-breadcrumb > div.container { + width: 88%; + max-width: unset !important; } #profilelink:before { content: none; } -#content-header .plone-navbar-nav .submenu { - margin-left: 17px; +.footer-text { + font-family: OpenSans,"Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 16px; + } .collapse-header .right-actions button { @@ -1548,6 +1559,22 @@ i { font-family: 'Glyphicons Halflings'; } +.content-header:before{ + content: none; +} + +.container.header-container.collapse-header:after { + content: none; +} + + + +@media (min-width: 1600px) { + .container.header-container.collapse-header { + width: 1670px; + } + +} @media (max-width: 320px) { .subtitle br { display: none; diff --git a/gemet/thesaurus/templates/layout_plone.html b/gemet/thesaurus/templates/layout_plone.html index 0770746..3297d89 100644 --- a/gemet/thesaurus/templates/layout_plone.html +++ b/gemet/thesaurus/templates/layout_plone.html @@ -20,9 +20,9 @@ {% if user.is_authenticated %} {{ user.username }} - Logout + Log out {% else %} - Login + Log in {% endif %} {% include 'plone/header_before_container.html' %}