diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css')
-rw-r--r-- | pdf-as-web/src/main/webapp/assets/css/style.css | 17 |
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; } |