From dd7ba18d3a134f2becc2ad53f9b3d2191798e686 Mon Sep 17 00:00:00 2001 From: Thomas Felber Date: Mon, 11 May 2015 00:54:45 -0700 Subject: switched to jspdf with pdf.js, added movable signatureblock prototype, updated js in order to make pdf.js work --- pdf-as-web/src/main/webapp/assets/css/style.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'pdf-as-web/src/main/webapp/assets/css') diff --git a/pdf-as-web/src/main/webapp/assets/css/style.css b/pdf-as-web/src/main/webapp/assets/css/style.css index 1d8ddb5b..570230cc 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -10,8 +10,8 @@ footer { clear: both; } -canvas { - border: 1px solid black; +iframe { + border: none; } #sidebar { @@ -38,18 +38,15 @@ canvas { height: 900px; width: 800px; float: left; + margin: 0px; } #content { clear: both; - height: 868px; + height: 863px; font-size: 150%; } -#states { - height: 5%; -} - #btnSign { border-top-left-radius: 15px; border-top-right-radius: 15px; @@ -88,12 +85,12 @@ canvas { } .container h3 { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; background: #66A3FF; color: #FFFFFF; text-align: center; - margin: 0px; + margin: -1px; height: 2em; } -- cgit v1.2.3