aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/css/style.css
diff options
context:
space:
mode:
authorfschneider <florian.schneider@student.tugraz.at>2015-08-06 11:58:40 +0200
committerfschneider <florian.schneider@student.tugraz.at>2015-08-06 11:58:40 +0200
commit1e4a0af51ff6b90cca57791b698433d36febb2a5 (patch)
tree67a90c6db6dbc0cc3f280777590ff5388ec2ae1b /pdf-as-web/src/main/webapp/assets/css/style.css
parent6ad08a29d82e4e733cbc252ab8cfbd5d6bf6a992 (diff)
downloadpdf-as-4-1e4a0af51ff6b90cca57791b698433d36febb2a5.tar.gz
pdf-as-4-1e4a0af51ff6b90cca57791b698433d36febb2a5.tar.bz2
pdf-as-4-1e4a0af51ff6b90cca57791b698433d36febb2a5.zip
Moved dropzone and file browser
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.css9
1 files changed, 9 insertions, 0 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 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;