diff --git a/package.json b/package.json index 95e9abd..a5236a6 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,6 @@ "watchify": "^2.4.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" - } -} + }, + "cordovaPlugins": [] +} \ No newline at end of file diff --git a/www/css/style.css b/www/css/style.css index 58b3b73..1edb7cd 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -48,7 +48,12 @@ .btn-addpocket { background-color: #dd4b39; border-color: #d43f3a; +} +.btn-rootinfo { + background-color:#ecf0f1; + border-color:#f2f2f2; + color:#222; } .btn-addpocket:hover, .btn-addpocket:focus, .btn-addpocket:active { @@ -69,4 +74,8 @@ .children { display: inline-block; +} + +#qrcode img { + margin:0 auto; } \ No newline at end of file diff --git a/www/index.html b/www/index.html index 60e5829..e898814 100644 --- a/www/index.html +++ b/www/index.html @@ -19,12 +19,15 @@ + + +