From: cain-ish Date: Tue, 22 Mar 2016 13:26:56 +0000 (+0100) Subject: ADS system X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/af98f70dfd556239487aef68b4db392f6a7810fa?ds=sidebyside ADS system --- diff --git a/lib/librarian b/lib/librarian index 50851315e..7dfc6d9f0 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 50851315ec74af3cad225137935de36904c4c29b +Subproject commit 7dfc6d9f0ffa6fa6f66fafca857398ce821d8c0f diff --git a/src/wolnelektury/static/img/ads/960x150_wolneLektury.jpg b/src/wolnelektury/static/img/ads/960x150_wolneLektury.jpg deleted file mode 100644 index 038d390bb..000000000 Binary files a/src/wolnelektury/static/img/ads/960x150_wolneLektury.jpg and /dev/null differ diff --git a/src/wolnelektury/static/img/banners/960x150_wolneLektury.jpg b/src/wolnelektury/static/img/banners/960x150_wolneLektury.jpg new file mode 100644 index 000000000..038d390bb Binary files /dev/null and b/src/wolnelektury/static/img/banners/960x150_wolneLektury.jpg differ diff --git a/src/wolnelektury/static/scss/main/header.scss b/src/wolnelektury/static/scss/main/header.scss index ee7da24b0..251df9f87 100755 --- a/src/wolnelektury/static/scss/main/header.scss +++ b/src/wolnelektury/static/scss/main/header.scss @@ -1,7 +1,7 @@ $header_bg: #191919; $small_logo: .9; -#ads { +#banners { display: inline-block; width: 100%; @@ -13,6 +13,7 @@ $small_logo: .9; img { display: block; margin: 0 auto; + width: 100% } } diff --git a/src/wolnelektury/templates/superbase.html b/src/wolnelektury/templates/superbase.html index 9a9786408..139fc1624 100644 --- a/src/wolnelektury/templates/superbase.html +++ b/src/wolnelektury/templates/superbase.html @@ -39,13 +39,6 @@ {{ current_offer.endif }} {% endif %} -
- - Wesprzyj działalność Nowoczesnej Polski - -
-
@@ -103,6 +96,7 @@ {{ user_username.if }}
  • {% trans "Logout" %}
  • {{ user_username.else }} @@ -141,6 +135,12 @@
    +
    + + Wesprzyj działalność Nowoczesnej Polski + +
    {% block body %} {% endblock %}