From 8b79d71ddf2c721993813035a2b8a5da7cf943d6 Mon Sep 17 00:00:00 2001 From: Viiciouss Date: Thu, 7 Jun 2018 21:22:44 +0200 Subject: [PATCH] drag and drop --- src/app/book/book.component.css | 8 +++----- src/app/book/book.component.html | 12 ++++++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/book/book.component.css b/src/app/book/book.component.css index fb0b676..9421363 100644 --- a/src/app/book/book.component.css +++ b/src/app/book/book.component.css @@ -20,12 +20,10 @@ } .box-container { - display: none; - position: fixed; + /*display: none;*/ + /*position: fixed;*/ box-sizing: border-box; - height: 90%; - width: 80%; - margin-left: 2%; + /*margin-left: 2%;*/ border-radius: 4px; opacity: 0.7; color: #555; diff --git a/src/app/book/book.component.html b/src/app/book/book.component.html index d906868..0b21cd2 100644 --- a/src/app/book/book.component.html +++ b/src/app/book/book.component.html @@ -1,7 +1,5 @@ -
- -
+
@@ -15,6 +13,13 @@

Path : {{mainFolder.path}}

+
+
+
+ +
+
+
@@ -29,7 +34,6 @@ -