From 842fab648ded98288a77743dc479a856f18c1461 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 14 May 2013 13:44:57 +0200 Subject: [PATCH 1/1] Fixing widths --- apps/funding/static/funding/funding.scss | 10 +++++++--- apps/funding/templates/funding/tags/funding.html | 2 +- apps/wolnelektury_core/templates/superbase.html | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) 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 %} -
+