Поправлены съехавшие Подвалы В форме нового заказа поправлен отступ линии от кнопки дополнительных параметров На главной поднять кнопки на 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 sass_tags %} |
||||
{% block head_css %} |
||||
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/fonts.css" %}'>#} |
||||
{# <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" %}'>#} |
||||
{% block personal_css %} |
||||
<link rel='stylesheet' href='{% sass_src "sass/old_main.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/font-awesome.min.css" %}'> |
||||
{% endblock %} |
||||
{% block content %} |
||||
{% include 'partials/header.html' %} |
||||
|
||||
<div class="container mainScore "> |
||||
<div class=" "> |
||||
<div class="col-lg-12 "> |
||||
<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 class="old-main"> |
||||
<div class="container mainScore "> |
||||
<div class="row"> |
||||
<div class="col-lg-12 "> |
||||
<p class="titleScore">Поиск заказов</p> |
||||
</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> |
||||
{% endblock %} |
||||
{% block js_block %} |
||||
{{ block.super }} |
||||
{% block personal_js %} |
||||
<script src='{% static "lib/proekton-components/js/build/init.js" %}'></script> |
||||
<script src='{% static "js/build/project_filter.js" %}'></script> |
||||
|
||||
|
||||
Loading…
Reference in new issue