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:

-
+ + + + + +