From afb0553e42207dd14e994ef093dd8418f15a7fb9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 27 Dec 2012 14:49:14 +0100 Subject: [PATCH] update testimonial CSS --- .../static/teleforma/css/teleforma_pdf.css | 42 +++++++++---------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma_pdf.css b/teleforma/static/teleforma/css/teleforma_pdf.css index b8d90d09..9d1acfc5 100644 --- a/teleforma/static/teleforma/css/teleforma_pdf.css +++ b/teleforma/static/teleforma/css/teleforma_pdf.css @@ -1,3 +1,14 @@ +@page { + margin: 1cm; + margin-bottom: 2.5cm; + @frame footer { + -pdf-frame-content: footer; + bottom: 1cm; + margin-left: 1cm; + margin-right: 1cm; + height: 1cm; + } +} #header{ font-size: 4em; @@ -8,43 +19,30 @@ } #content { - margin-top: 4em; + margin: 50px; + } -.table { +.table1 { font-size: 1.5em; - margin: 1em 1em 1em 10em; - width: 100%; -} - -.table { - width: 10%; -} - -.organization { - margin-left: 15em; + padding-top: 2px; } -#address{ - float: left; -} -#signature{ - float: left; - margin-left: 10em; +.table2 { + margin: 0px; + font-size: 1em; + padding: 0px; } - #footer{ font-size: 1em; color: white; - margin-top: 20em; padding: 1em; - padding-left: 1em; background-color: #3a69b1; text-align: center; } .bold { font-weight: bold; -} \ No newline at end of file +} -- 2.39.5