Поправлены съехавшие Подвалы В форме нового заказа поправлен отступ линии от кнопки дополнительных параметров На главной поднять кнопки на 15 пикселейremotes/origin/HEAD
parent
2395f6dce2
commit
7a72069084
10 changed files with 35 additions and 37 deletions
@ -1,38 +1,32 @@ |
|||||||
{% extends 'partials/base.html' %} |
{% extends 'partials/_base.html' %} |
||||||
{% load staticfiles %} |
{% load staticfiles %} |
||||||
{% load sass_tags %} |
{% load sass_tags %} |
||||||
{% block head_css %} |
{% block personal_css %} |
||||||
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/fonts.css" %}'>#} |
<link rel='stylesheet' href='{% sass_src "sass/old_main.sass" %}'> |
||||||
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/selected-container.css" %}'>#} |
|
||||||
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/editable-container.css" %}'>#} |
|
||||||
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/select-box.css" %}'>#} |
|
||||||
<link rel='stylesheet' href='{% sass_src "lib/proekton-components/sass/components.sass" %}'> |
<link rel='stylesheet' href='{% sass_src "lib/proekton-components/sass/components.sass" %}'> |
||||||
<link rel='stylesheet' href='{% static "css/project_filter.css" %}'>{# other #} |
<link rel='stylesheet' href='{% static "css/project_filter.css" %}'>{# other #} |
||||||
<link rel='stylesheet' href='{% static "css/font-awesome.min.css" %}'> |
<link rel='stylesheet' href='{% static "css/font-awesome.min.css" %}'> |
||||||
{% endblock %} |
{% endblock %} |
||||||
{% block content %} |
{% block content %} |
||||||
{% include 'partials/header.html' %} |
<div class="old-main"> |
||||||
|
<div class="container mainScore "> |
||||||
<div class="container mainScore "> |
<div class="row"> |
||||||
<div class=" "> |
<div class="col-lg-12 "> |
||||||
<div class="col-lg-12 "> |
<p class="titleScore">Поиск заказов</p> |
||||||
<p class="titleScore">Поиск заказов</p> |
|
||||||
</div> |
|
||||||
{# FILTER#} |
|
||||||
{% include 'partials/inc-projects-filter.html' %} |
|
||||||
|
|
||||||
<div class="col-lg-12 "> |
|
||||||
<div id="projectsBlock"> |
|
||||||
{% include 'partials/inc-projects-results.html' %} |
|
||||||
</div> |
</div> |
||||||
|
{# FILTER#} |
||||||
|
{% include 'partials/inc-projects-filter.html' %} |
||||||
|
|
||||||
{% include 'partials/footer.html' %} |
<div class="col-lg-12 "> |
||||||
|
<div id="projectsBlock"> |
||||||
|
{% include 'partials/inc-projects-results.html' %} |
||||||
|
</div> |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
{% endblock %} |
{% endblock %} |
||||||
{% block js_block %} |
{% block personal_js %} |
||||||
{{ block.super }} |
|
||||||
<script src='{% static "lib/proekton-components/js/build/init.js" %}'></script> |
<script src='{% static "lib/proekton-components/js/build/init.js" %}'></script> |
||||||
<script src='{% static "js/build/project_filter.js" %}'></script> |
<script src='{% static "js/build/project_filter.js" %}'></script> |
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue