aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/css/style.css
diff options
context:
space:
mode:
authorThomas Felber <felber@student.tugraz.at>2015-05-11 00:54:45 -0700
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-07-13 09:48:47 +0200
commitdd7ba18d3a134f2becc2ad53f9b3d2191798e686 (patch)
tree775018ff0034f1f4e91b03a6b7cd9982f0f653ac /pdf-as-web/src/main/webapp/assets/css/style.css
parent02d8f5c31877def18db70f72fdb54fe53b2c9f52 (diff)
downloadpdf-as-4-dd7ba18d3a134f2becc2ad53f9b3d2191798e686.tar.gz
pdf-as-4-dd7ba18d3a134f2becc2ad53f9b3d2191798e686.tar.bz2
pdf-as-4-dd7ba18d3a134f2becc2ad53f9b3d2191798e686.zip
switched to jspdf with pdf.js, added movable signatureblock prototype, updated js in order to make pdf.js work
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css/style.css')
-rw-r--r--pdf-as-web/src/main/webapp/assets/css/style.css17
1 files changed, 7 insertions, 10 deletions
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;
}