]> git.parisson.com Git - teleforma.git/commitdiff
update testimonial CSS
authoryomguy <yomguy@parisson.com>
Thu, 27 Dec 2012 13:49:14 +0000 (14:49 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 27 Dec 2012 13:49:14 +0000 (14:49 +0100)
teleforma/static/teleforma/css/teleforma_pdf.css

index b8d90d095b76770368fdeebac612e136a5bd39ba..9d1acfc572e83cf2abd5f7ae33a1763a2460059c 100644 (file)
@@ -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;
 }
 
 #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
+}