show consultation on mobiles

master
fefa4ka 10 years ago
parent 78bc32bd59
commit 921c93d574
  1. 10
      zsite/static/less/consultation.less
  2. 33
      zsite/static/less/service.less
  3. 2
      zsite/static/less/sub_content.less
  4. 2
      zsite/templates/aldryn_people/plugins/feature/people_list.html

@ -73,15 +73,7 @@
}
.consultation-person {
@media (min-width: 0) {
display: none;
}
@media (min-width: @screen-tablet) {
display: block;
}
.modal-form {
text-align: right;
}

@ -61,20 +61,29 @@
}
.service-calculator {
@media (min-width: 0) {
margin-top: 5px;
}
@media (min-width: @screen-tablet) {
margin-top: -12px;
}
background-color: #E8EEFC;
border-radius: 5px;
padding: 12px;
margin-top: -12px;
margin-bottom: 15px;
border-radius: 5px;
padding: 12px;
margin-bottom: 15px;
h3 {
font-weight: 600;
margin-top: 0;
}
h3 {
font-weight: 600;
margin-top: 0;
}
.description {
margin-bottom: 5px;
}
.description {
margin-bottom: 5px;
}
}
.bill:after {
@ -444,7 +453,7 @@
font-size: 12px;
overflow: hidden;
img {
margin-bottom: 5px;
}

@ -35,7 +35,7 @@
display: none;
}
@media (min-width: @screen-tablet) {
@media (min-width: @screen-desktop) {
display: block;
}
}

@ -33,7 +33,7 @@
</a>
</div>
<div class="people-description">
<p><a href="{{ person.get_absolute_url }}">{{ person.name }}</a>, {{ person.function|lower }}, <nobr><em>{% trans 'will give you a detailed advice' %}</em></nobr></p>
<p><a href="{{ person.get_absolute_url }}">{{ person.name }}</a>, {{ person.function|lower }}, <em>{% trans 'will give you a detailed advice' %}</em></p>
</div>
<script type="text/javascript">
var consultation = {

Loading…
Cancel
Save