From 6856ac0eba9d76e211d2412814186c8d3c4d7a46 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sat, 19 Jan 2019 16:32:50 +0100 Subject: [PATCH] fix app compliance --- appinfo/info.xml | 2 +- css/style.css | 5 +++++ lib/Controller/OCCController.php | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ceafec8..2c3f42c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,9 +17,9 @@ OCCWeb + occweb.occ.index app.svg link - occweb.occ.index diff --git a/css/style.css b/css/style.css index c2d8e4c..afbf500 100644 --- a/css/style.css +++ b/css/style.css @@ -765,6 +765,11 @@ terminal .terminal-output > div { color: white; } +.terminal-output div div { + padding: 0 !important; + margin: 0 !important; + border: 0 !important; +} .prompt span, .cursor-line span span, .command div span{ color: #009ae3 !important; } diff --git a/lib/Controller/OCCController.php b/lib/Controller/OCCController.php index 581f223..b97a3cc 100644 --- a/lib/Controller/OCCController.php +++ b/lib/Controller/OCCController.php @@ -9,7 +9,6 @@ use OCP\AppFramework\Http\DataResponse; use OCP\AppFramework\Controller; use OCP\ILogger; use Symfony\Component\Console\Input\StringInput; -use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Output\OutputInterface; class OCCController extends Controller implements IRequest