From ccfb4f0b54d5d4493fa8a0bfc4862ed0d7d69ea0 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Wed, 2 Apr 2014 09:41:07 -0700 Subject: [PATCH] Use modal panel instead of prompt() when creating folders --- .../GCDWebUploader.bundle/css/index.css | 5 +++++ .../GCDWebUploader.bundle/index.html | 21 +++++++++++++++++++ .../GCDWebUploader.bundle/js/index.js | 14 +++++++++++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/GCDWebUploader/GCDWebUploader.bundle/css/index.css b/GCDWebUploader/GCDWebUploader.bundle/css/index.css index 4ec6f15..44832c7 100644 --- a/GCDWebUploader/GCDWebUploader.bundle/css/index.css +++ b/GCDWebUploader/GCDWebUploader.bundle/css/index.css @@ -64,6 +64,11 @@ float: right; } +#create-input { + width: 250px; + height: 20px; +} + /* Bootstrap overrides */ .btn:focus { diff --git a/GCDWebUploader/GCDWebUploader.bundle/index.html b/GCDWebUploader/GCDWebUploader.bundle/index.html index 6a3d9d7..6612528 100644 --- a/GCDWebUploader/GCDWebUploader.bundle/index.html +++ b/GCDWebUploader/GCDWebUploader.bundle/index.html @@ -95,6 +95,27 @@ + +