summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-08-21 12:41:24 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-08-21 12:41:24 -0400
commitf43779328a21e50acf4b716b77cbae1dd6bba812 (patch)
tree6ffd7b05883b11271c6948979da7a86dfaf4bb02 /www/css
parent58a9a5cdf41fa72cad99121896d4b20d9e805080 (diff)
remove unecessary css
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css44
1 files changed, 0 insertions, 44 deletions
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