remotes/origin/PR-39
Mukhtar 10 years ago
commit 99bee65eed
  1. 6
      assets/css/main.css
  2. BIN
      assets/img/logo.png
  3. BIN
      assets/img/logoF.png
  4. 2
      projects/templates/project_filter.html
  5. 2
      templates/partials/base.html
  6. 2
      templates/partials/footer.html

@ -83,12 +83,12 @@ ul li {
} }
.logo { .logo {
width: 211px; width: 183px;
height: 36px; height: 36px;
background: url('../img/logo.png') no-repeat center; background: url('../img/logo.png') no-repeat center;
background-size: cover; background-size: cover;
float: left; float: left;
margin: 18px 0 21px 8px; margin: 18px 0 21px 10px;
cursor: pointer; cursor: pointer;
} }
@ -555,7 +555,7 @@ footer:after {
} }
.logoF { .logoF {
width: 209px; width: 183px;
height: 36px; height: 36px;
background: url('../img/logoF.png') no-repeat center; background: url('../img/logoF.png') no-repeat center;
background-size: cover; background-size: cover;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

@ -8,7 +8,7 @@
<div class="container mainScore"> <div class="container mainScore">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<p class="titleScore">Биржа проектов</p> <p class="titleScore">Поиск заказов</p>
</div> </div>
<form action="{% url 'projects:project-filter' %}" method="GET" novalidate> <form action="{% url 'projects:project-filter' %}" method="GET" novalidate>

@ -12,7 +12,7 @@
{% block head %}{% endblock %} {% block head %}{% endblock %}
<title>Archilance</title> <title>PROEKTON</title>
{% compress css %} {% compress css %}
<link rel='stylesheet' href='{% static "lib/jquery-ui/jquery-ui.css" %}'> <link rel='stylesheet' href='{% static "lib/jquery-ui/jquery-ui.css" %}'>

@ -13,7 +13,7 @@
<a href="https://www.youtube.com/" target="_blank" class="icon_ls5"></a> <a href="https://www.youtube.com/" target="_blank" class="icon_ls5"></a>
</div> </div>
<p class="copy-rights">&copy; 2016 archilance.ru</p> <p class="copy-rights">&copy; 2016 proekton.com</p>
</div> </div>
<div class="col-lg-3 col-lg-offset-2 listF1"> <div class="col-lg-3 col-lg-offset-2 listF1">

Loading…
Cancel
Save