From 02d8f5c31877def18db70f72fdb54fe53b2c9f52 Mon Sep 17 00:00:00 2001 From: Thomas Felber Date: Wed, 15 Apr 2015 17:13:04 -0700 Subject: deleted jsPDF, added pdf.js, updated index.jsp + css and js --- pdf-as-web/src/main/webapp/assets/css/style.css | 31 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'pdf-as-web/src/main/webapp/assets/css/style.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 8849709f..1d8ddb5b 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -10,11 +10,11 @@ footer { clear: both; } -iframe { - border: none; +canvas { + border: 1px solid black; } -#leftMain { +#sidebar { float: left; margin-right: 1em; } @@ -50,6 +50,26 @@ iframe { height: 5%; } +#btnSign { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + border: 2px solid; + border-color: #66A3FF; + background: #66A3FF; + box-shadow: 0px 0px 15px #333333; + margin-bottom: 1em; + width: 20em; +} + +#btnSign h3 { + color: #FFFFFF; + margin: 0px; + height: 2em; + text-align: center; +} + .center { display: flex; justify-content: center; @@ -68,8 +88,8 @@ iframe { } .container h3 { - border-top-left-radius: 13px; - border-top-right-radius: 13px; + border-top-left-radius: 11px; + border-top-right-radius: 11px; background: #66A3FF; color: #FFFFFF; text-align: center; @@ -80,3 +100,4 @@ iframe { .container fieldset { border: none; } + -- cgit v1.2.3