wabalabadaba

master
fefa4ka 11 years ago
parent 76197c7d4c
commit d6fabb78ca
  1. BIN
      zsite/locale/ru/LC_MESSAGES/django.mo
  2. 2
      zsite/locale/ru/LC_MESSAGES/django.po
  3. 4
      zsite/static/less/header.less
  4. 5
      zsite/static/less/main.less
  5. 27
      zsite/static/less/mainpage.less
  6. 27
      zsite/static/less/people.less
  7. 2
      zsite/templates/aldryn_people/plugins/feature/people_list.html

@ -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

@ -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%;
}

@ -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;
}

@ -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;
}
}
}

@ -10,3 +10,30 @@
}
}
.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;
}
}

@ -27,7 +27,7 @@
<img src="{% thumbnail person.visual 120x150 crop subject_location=person.visual.subject_location quality=100 %}" alt="{{ person.name }}" />
</div>
<div class="people-description">
<p>{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your question' %}</p>
<p>{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your questions' %}</p>
</div>
<div class="people-controls">
<a class="btn btn-primary">{% trans 'Free Consultation' %}</a>

Loading…
Cancel
Save