From 1e4a0af51ff6b90cca57791b698433d36febb2a5 Mon Sep 17 00:00:00 2001 From: fschneider Date: Thu, 6 Aug 2015 11:58:40 +0200 Subject: Moved dropzone and file browser --- pdf-as-web/src/main/webapp/assets/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (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 56bfbe67..8ef67ebf 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -41,6 +41,15 @@ iframe { margin: 0px; } +#borderBox { + height: 815px; + width: 750px; + float: center; + margin: 20px; + border: 2px dashed; + border-color: black; +} + #content { clear: both; height: 863px; -- cgit v1.2.3