diff --git a/zsite/locale/ru/LC_MESSAGES/django.mo b/zsite/locale/ru/LC_MESSAGES/django.mo index a2a29f8..11c5aee 100644 Binary files a/zsite/locale/ru/LC_MESSAGES/django.mo and b/zsite/locale/ru/LC_MESSAGES/django.mo differ diff --git a/zsite/locale/ru/LC_MESSAGES/django.po b/zsite/locale/ru/LC_MESSAGES/django.po index 89295cd..7d050b4 100644 --- a/zsite/locale/ru/LC_MESSAGES/django.po +++ b/zsite/locale/ru/LC_MESSAGES/django.po @@ -32,7 +32,7 @@ msgid "our" msgstr "наш" #: zsite/templates/aldryn_people/plugins/feature/people_list.html:30 -msgid "answer your question" +msgid "answer your questions" msgstr "доступно обо всём расскажет" #: zsite/templates/aldryn_people/plugins/feature/people_list.html:33 diff --git a/zsite/static/less/header.less b/zsite/static/less/header.less index b94b68a..bd510ae 100644 --- a/zsite/static/less/header.less +++ b/zsite/static/less/header.less @@ -59,7 +59,8 @@ } h3 { - margin: 0; + margin-top: 0; + margin-bottom: 2px; } button { @@ -141,6 +142,7 @@ } li { + vertical-align: top; width: 13.9%; } diff --git a/zsite/static/less/main.less b/zsite/static/less/main.less index ae779d2..bfb62fa 100644 --- a/zsite/static/less/main.less +++ b/zsite/static/less/main.less @@ -8,6 +8,8 @@ @import 'sub_content.less'; +@import 'mainpage.less'; + @import 'people.less'; @import 'about.less'; @@ -57,7 +59,4 @@ font-family: 'Roboto Slab'; font-weight: 500; - - padding-top: 3px; - } \ No newline at end of file diff --git a/zsite/static/less/mainpage.less b/zsite/static/less/mainpage.less new file mode 100644 index 0000000..1c9d3ae --- /dev/null +++ b/zsite/static/less/mainpage.less @@ -0,0 +1,27 @@ +.main-departments { + .make-row(); + + .department { + .make-xs-column(6); + .make-sm-column(3); + + ul { + li { + margin-bottom: 2px; + } + } + } + + .main-department-exp { + h5 { + font-size: 15px; + } + h5, p { + margin: 0; + } + big { + font-size: 18px; + color: #417505; + } + } +} \ No newline at end of file diff --git a/zsite/static/less/people.less b/zsite/static/less/people.less index 2dbd387..f78b915 100644 --- a/zsite/static/less/people.less +++ b/zsite/static/less/people.less @@ -9,4 +9,31 @@ vertical-align: top; } +} + +.people-link { + padding-right: 20%; + float: right; +} +.plugin-people-feature { + margin-top: 20px; + + .people-visual { + float: left; + margin-bottom: 10px; + } + + .people-description { + width: 80%; + font-size: 16px; + + padding-top: 25px; + padding-left: 140px; + } + + .people-controls { + width: 80%; + text-align: right; + margin-bottom: 5px; + } } \ No newline at end of file diff --git a/zsite/templates/aldryn_people/plugins/feature/people_list.html b/zsite/templates/aldryn_people/plugins/feature/people_list.html index 08146cc..5f98dd5 100644 --- a/zsite/templates/aldryn_people/plugins/feature/people_list.html +++ b/zsite/templates/aldryn_people/plugins/feature/people_list.html @@ -27,7 +27,7 @@ {{ person.name }}
-

{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your question' %}

+

{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your questions' %}

{% trans 'Free Consultation' %}