0.0.95
This commit is contained in:
@@ -339,9 +339,10 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service_block_container{
|
.service_block_container{
|
||||||
width: 30%;
|
width: 28%;
|
||||||
margin-right: 3%;
|
margin: 0 1.5%;
|
||||||
/*margin-bottom: 70px;*/
|
/* margin-bottom: 70px; */
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service_block_container.two_cols{
|
.service_block_container.two_cols{
|
||||||
@@ -352,12 +353,14 @@ body.n_scroll{
|
|||||||
|
|
||||||
.childs_service_container{
|
.childs_service_container{
|
||||||
border-left: 1px solid #9CDDF7;
|
border-left: 1px solid #9CDDF7;
|
||||||
padding-left: 20px;
|
padding-left: 10px;
|
||||||
padding-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.services_block_child{
|
.services_block_child{
|
||||||
margin-top: 30px;
|
margin-top: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left_part_service{
|
.left_part_service{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{% trans "Личные данные" %}
|
{% trans "Личные данные" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="content_group_inputs_f_p_j">
|
<div class="content_group_inputs_f_p_j">
|
||||||
{% in %}
|
{% include "widgets/w_input_form_project_request.html" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<label>
|
<label>
|
||||||
{{ }}
|
{{ project_request_form.name_input.label }}
|
||||||
</label>
|
</label>
|
||||||
Reference in New Issue
Block a user