From f43779328a21e50acf4b716b77cbae1dd6bba812 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 21 Aug 2019 12:41:24 -0400 Subject: remove unecessary css --- config.xml | 8 ++++---- package.json | 4 ++-- www/css/style.css | 44 -------------------------------------------- 3 files changed, 6 insertions(+), 50 deletions(-) diff --git a/config.xml b/config.xml index d13597cf..23f12638 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -176,10 +176,10 @@ - - - + + + diff --git a/package.json b/package.json index c72cc491..a67229ec 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,11 @@ "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums " }, - "cordova-plugin-media-pp-fork": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + }, + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { diff --git a/www/css/style.css b/www/css/style.css index f52c0f38..8bb8c692 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1897,47 +1897,3 @@ body { } -/*Disabling platform specific tweaks */ -.platform-ios.platform-cordova:not(.fullscreen) .bar-header -{ - height: 44px !important; -} -.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) -{ - height: 44px !important; -} - -.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper -{ - margin-top: 0px !important; -} - -.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * -{ - margin-top: 0px !important; -} - -.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top -{ - top: 44px !important; -} - -.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader -{ - top: 44px !important; -} - -.platform-ios.platform-cordova:not(.fullscreen) .has-subheader { - top: 88px !important; -} - - - - /* @media screen and (-webkit-min-device-pixel-ratio:0) { - select, - textarea, - input { - font-size: 16px; - } - }*/ - \ No newline at end of file -- cgit v1.2.3