diff --git a/composer.json b/composer.json index 469d881..5dba4d0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nwb/multi-downloader-client", "description": "Client for multi-downloader-service", "type": "library", - "version": "0.0.9", + "version": "0.1.9", "autoload": { "psr-4": { "Nwb\\MultiDownloaderClient\\": "src/" diff --git a/src/htmlForm.php b/src/htmlForm.php index 4580904..42d2acb 100644 --- a/src/htmlForm.php +++ b/src/htmlForm.php @@ -19,6 +19,17 @@ use Nwb\MultiDownloaderClient\MultiDownloaderClient; body { display: inline; } + + #message { + text-align: center; + margin-top: 20px; + } + + #close-link { + display: block; + text-align: center; + margin-top: 10px; + } @@ -26,18 +37,38 @@ use Nwb\MultiDownloaderClient\MultiDownloaderClient;
+ +