From: Aleksander Ɓukasz Date: Tue, 14 May 2013 11:44:57 +0000 (+0200) Subject: Fixing widths X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/842fab648ded98288a77743dc479a856f18c1461 Fixing widths --- diff --git a/apps/funding/static/funding/funding.scss b/apps/funding/static/funding/funding.scss index cf4f8c38d..50fb86447 100755 --- a/apps/funding/static/funding/funding.scss +++ b/apps/funding/static/funding/funding.scss @@ -1,8 +1,7 @@ .funding { background: orange; margin: auto; - padding: 5px; - width: 97.5em; + padding: 5px 0; a.call { height: 1.2em; width: 9em; @@ -42,7 +41,7 @@ box-shadow: .1em .1em .1em #888; } .with-button .progress { - width: 73em; + width: 78em; } .funding-title { @@ -56,6 +55,11 @@ } +.funding-top-header { + @extend: .funding; + width: 97.5em; +} + .wlfund { width: 100%; diff --git a/apps/funding/templates/funding/tags/funding.html b/apps/funding/templates/funding/tags/funding.html index ec6f2970a..751f59f4a 100755 --- a/apps/funding/templates/funding/tags/funding.html +++ b/apps/funding/templates/funding/tags/funding.html @@ -2,7 +2,7 @@ {% load time_tags %} {% if offer %} {% spaceless %} -
+