From e4702059c8fddffe3b58a1276edcd5eb8139fbc6 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Wed, 2 Apr 2014 10:05:38 -0700 Subject: [PATCH] #30 Add support for moving files --- .../GCDWebUploader.bundle/css/index.css | 12 ++++++- .../GCDWebUploader.bundle/index.html | 30 +++++++++++++++-- .../GCDWebUploader.bundle/js/index.js | 33 +++++++++++++++++++ 3 files changed, 72 insertions(+), 3 deletions(-) diff --git a/GCDWebUploader/GCDWebUploader.bundle/css/index.css b/GCDWebUploader/GCDWebUploader.bundle/css/index.css index 44832c7..aed15e4 100644 --- a/GCDWebUploader/GCDWebUploader.bundle/css/index.css +++ b/GCDWebUploader/GCDWebUploader.bundle/css/index.css @@ -42,6 +42,11 @@ text-align: right; } +.column-move { + width: 40px; + text-align: center; +} + .column-delete { width: 40px; text-align: center; @@ -65,7 +70,12 @@ } #create-input { - width: 250px; + width: 50%; + height: 20px; +} + +#move-input { + width: 80%; height: 20px; } diff --git a/GCDWebUploader/GCDWebUploader.bundle/index.html b/GCDWebUploader/GCDWebUploader.bundle/index.html index 6612528..73c8e2a 100644 --- a/GCDWebUploader/GCDWebUploader.bundle/index.html +++ b/GCDWebUploader/GCDWebUploader.bundle/index.html @@ -106,11 +106,32 @@

Please enter the name of the folder to be created:

-
+ + + + + +